Properties
| name |
data type |
description |
| ciManagement
|
CiManagement
|
|
| dependencies
|
array of Dependency
|
|
| description
|
string
|
|
| id
|
string
|
|
| incomplete
|
boolean
|
|
| issueManagement
|
IssueManagement
|
|
| licenses
|
array of License
|
|
| mailingLists
|
array of MailingList
|
|
| name
|
string
|
|
| organization
|
Organization
|
|
| scm
|
Scm
|
|
| url
|
string
|
|
| version
|
string
|
|
|
| facetIds |
array of string
|
|
| facetList |
array of object
|
|
| facets |
object
|
|
Example
{
"id" : "...",
"version" : "...",
"description" : "...",
"url" : "...",
"name" : "...",
"organization" : {
"url" : "...",
"name" : "..."
},
"issueManagement" : {
"url" : "...",
"system" : "..."
},
"scm" : {
"url" : "...",
"developerConnection" : "...",
"connection" : "..."
},
"ciManagement" : {
"url" : "...",
"system" : "..."
},
"licenses" : [ {
"name" : "...",
"url" : "..."
}, {
"name" : "...",
"url" : "..."
} ],
"mailingLists" : [ {
"mainArchiveUrl" : "...",
"otherArchives" : [ "...", "..." ],
"subscribeAddress" : "...",
"unsubscribeAddress" : "...",
"postAddress" : "...",
"name" : "..."
}, {
"mainArchiveUrl" : "...",
"otherArchives" : [ "...", "..." ],
"subscribeAddress" : "...",
"unsubscribeAddress" : "...",
"postAddress" : "...",
"name" : "..."
} ],
"dependencies" : [ {
"classifier" : "...",
"optional" : true,
"scope" : "...",
"systemPath" : "...",
"type" : "...",
"version" : "...",
"artifactId" : "...",
"groupId" : "..."
}, {
"classifier" : "...",
"optional" : true,
"scope" : "...",
"systemPath" : "...",
"type" : "...",
"version" : "...",
"artifactId" : "...",
"groupId" : "..."
} ],
"incomplete" : true,
"facets" : {
"property1" : "...",
"property2" : "..."
},
"facetIds" : [ "...", "..." ],
"facetList" : [ { }, { } ]
}