Uses of Class
org.apache.maven.model.v3_0_0.Dependency
Packages that use Dependency
-
Uses of Dependency in org.apache.maven.model.v3_0_0
Fields in org.apache.maven.model.v3_0_0 with type parameters of type DependencyModifier and TypeFieldDescriptionprivate List<Dependency>ModelBase.dependenciesField dependencies.Methods in org.apache.maven.model.v3_0_0 that return types with arguments of type DependencyMethods in org.apache.maven.model.v3_0_0 with parameters of type DependencyModifier and TypeMethodDescriptionvoidModelBase.addDependency(Dependency dependency) Method addDependency.voidModelBase.removeDependency(Dependency dependency) Method removeDependency.Method parameters in org.apache.maven.model.v3_0_0 with type arguments of type DependencyModifier and TypeMethodDescriptionvoidModelBase.setDependencies(List<Dependency> dependencies) Set this element describes all of the dependencies associated with a project. -
Uses of Dependency in org.apache.maven.model.v3_0_0.io.xpp3
Methods in org.apache.maven.model.v3_0_0.io.xpp3 that return DependencyModifier and TypeMethodDescriptionprivate DependencyMavenXpp3Reader.parseDependency(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseDependency.Methods in org.apache.maven.model.v3_0_0.io.xpp3 with parameters of type DependencyModifier and TypeMethodDescriptionprivate voidMavenXpp3Writer.writeDependency(Dependency dependency, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeDependency.