Uses of Class
org.apache.maven.model.v3_0_0.Dependency
-
Packages that use Dependency Package Description org.apache.maven.model.v3_0_0 -
-
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 Dependency Modifier and Type Method Description java.util.List<Dependency>ModelBase. getDependencies()Method getDependencies.Methods in org.apache.maven.model.v3_0_0 with parameters of type Dependency Modifier and Type Method Description voidModelBase. 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 Dependency Modifier and Type Method Description voidModelBase. setDependencies(java.util.List<Dependency> dependencies)Set this element describes all of the dependencies associated with a project.
-