Dependency Data Type
Information about a dependency that this project has on another project or artifact. TODO will be reviewing what is appropriate for the base here - rest should be in a maven dependency facet - avoid details on it externally
| name | data type | description |
|---|---|---|
| artifactId | string | |
| classifier | string | |
| groupId | string | |
| optional | boolean | |
| scope | string | |
| systemPath | string | |
| type | string | |
| version | string |
Example
{
"classifier" : "...",
"optional" : true,
"scope" : "...",
"systemPath" : "...",
"type" : "...",
"version" : "...",
"artifactId" : "...",
"groupId" : "..."
}