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
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 TypeMethodDescriptionvoid
ModelBase.addDependency
(Dependency dependency) Method addDependency.void
ModelBase.removeDependency
(Dependency dependency) Method removeDependency.Method parameters in org.apache.maven.model.v3_0_0 with type arguments of type DependencyModifier and TypeMethodDescriptionvoid
ModelBase.setDependencies
(List<Dependency> dependencies) Set this element describes all of the dependencies associated with a project.