| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://maven.apache.org/POM/4.0.0}Dependency (restriction)
3.0.0+
| Nested Element Summary | |
xs:string | artifactId3.0.0+ The unique id for an artifact produced by the project group, e.g. |
xs:string | classifier4.0.0 The classifier of the dependency. |
| exclusions4.0.0 Lists a set of artifacts that should be excluded from this dependency's artifact list when it comes to calculating transitive dependencies. |
xs:string | groupId3.0.0+ The project group that produced the dependency, e.g. |
xs:boolean | optional4.0.0 Indicates the dependency is optional for use of this library. |
xs:string | scope4.0.0 The scope of the dependency - <code>compile</code>, <code>runtime</code>, <code>test</code>, <code>system</code>, and <code>provided</code>. |
xs:string | systemPath4.0.0 FOR SYSTEM SCOPE ONLY. |
xs:string | type4.0.0 The type of dependency. |
xs:string | version3.0.0+ The version of the dependency, e.g. |
<xs:complexType name="Dependency"><xs:all></xs:complexType><xs:element minOccurs="0" name="groupId" type="xs:string">
</xs:element><xs:element minOccurs="0" name="artifactId" type="xs:string">
</xs:element><xs:element minOccurs="0" name="version" type="xs:string">
</xs:element><xs:element default="jar" minOccurs="0" name="type" type="xs:string">
</xs:element><xs:element minOccurs="0" name="classifier" type="xs:string">
</xs:element><xs:element minOccurs="0" name="scope" type="xs:string">
</xs:element><xs:element minOccurs="0" name="systemPath" type="xs:string">
</xs:element><xs:element minOccurs="0" name="exclusions"><xs:complexType></xs:element><xs:sequence></xs:complexType>
</xs:sequence><xs:element default="false" minOccurs="0" name="optional" type="xs:boolean"></xs:all>
</xs:element>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||