Dependency Data Type

Properties
name data type description
artifactId string
classifier string
groupId string
optional boolean
scope string
systemPath string
type string
version string

Example

{
  "version" : "...",
  "type" : "...",
  "classifier" : "...",
  "artifactId" : "...",
  "systemPath" : "...",
  "groupId" : "...",
  "optional" : true,
  "scope" : "..."
}