mavenCoordinates
| Namespace: | http://hudson-ci.org/xsd/hudson/2.1.0/maven/common |
Java class for mavenCoordinates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="mavenCoordinates">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="groupId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="artifactId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="classifier" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="expandedMetaVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
XML
Attributes
| name | type | description |
|---|---|---|
| groupId | string | (no documentation provided) |
| artifactId | string | (no documentation provided) |
| version | string | (no documentation provided) |
| type | string | (no documentation provided) |
| classifier | string | (no documentation provided) |
| expandedMetaVersion | string | (no documentation provided) |
JSON
| property | type | description |
|---|---|---|
| groupId | string | (no documentation provided) |
| artifactId | string | (no documentation provided) |
| version | string | (no documentation provided) |
| type | string | (no documentation provided) |
| classifier | string | (no documentation provided) |
| expandedMetaVersion | string | (no documentation provided) |