http://maven.apache.org/POM/4.0.0
element dependencies

Super Types
{http://maven.apache.org/POM/4.0.0} (restriction)

Documentation
3.0.0+
              This element describes all of the dependencies associated with a
              project.
              These dependencies are used to construct a classpath for your 
              project during the build process. They are automatically downloaded from the
              repositories defined in this project.
              See <a href="http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html">the
              dependency mechanism</a> for more information.
          
Properties
This component is not nillable.

Model
<dependencies>
dependency*
</dependencies>


Nested Element Summary
Dependencydependency
          
Source
<xs:element minOccurs="0" name="dependencies">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="dependency" type="Dependency"/>
</xs:sequence>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.