LegacyArtifactPath Data Type

Available Since
1.4-M1
Properties
name data type description
artifact string
artifactId string
classifier string
groupId string
path string
type string
version string

Example

{
  "path" : "...",
  "artifact" : "...",
  "groupId" : "...",
  "artifactId" : "...",
  "version" : "...",
  "classifier" : "...",
  "type" : "..."
}