dependency Data Type

Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
artifactId string element 0/1  
classifier string element 0/1  
groupId string element 0/1  
optional boolean element 1/1  
scope string element 0/1  
systemPath string element 0/1  
type string element 0/1  
version string element 0/1  

Example

<dependency>
  <scope>...</scope>
  <version>...</version>
  <type>...</type>
  <systemPath>...</systemPath>
  <groupId>...</groupId>
  <optional>...</optional>
  <classifier>...</classifier>
  <artifactId>...</artifactId>
</dependency>