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

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>
  <classifier>...</classifier>
  <optional>...</optional>
  <scope>...</scope>
  <systemPath>...</systemPath>
  <type>...</type>
  <version>...</version>
  <artifactId>...</artifactId>
  <groupId>...</groupId>
</dependency>