Uses of Class
org.apache.maven.model.Dependency
-
Packages that use Dependency Package Description org.apache.maven.model -
-
Uses of Dependency in org.apache.maven.model
Methods in org.apache.maven.model that return types with arguments of type Dependency Modifier and Type Method Description java.util.List<Dependency>DependencyManagement. getDependencies()Method getDependencies.java.util.List<Dependency>ModelBase. getDependencies()Method getDependencies.java.util.List<Dependency>Plugin. getDependencies()Method getDependencies.Methods in org.apache.maven.model with parameters of type Dependency Modifier and Type Method Description voidDependencyManagement. addDependency(Dependency dependency)Method addDependency.voidModelBase. addDependency(Dependency dependency)Method addDependency.voidPlugin. addDependency(Dependency dependency)Method addDependency.voidDependencyManagement. removeDependency(Dependency dependency)Method removeDependency.voidModelBase. removeDependency(Dependency dependency)Method removeDependency.voidPlugin. removeDependency(Dependency dependency)Method removeDependency.Method parameters in org.apache.maven.model with type arguments of type Dependency Modifier and Type Method Description voidDependencyManagement. setDependencies(java.util.List<Dependency> dependencies)Set the dependencies specified here are not used until they are referenced in a POM within the group.voidModelBase. setDependencies(java.util.List<Dependency> dependencies)Set this element describes all of the dependencies associated with a project.voidPlugin. setDependencies(java.util.List<Dependency> dependencies)Set additional dependencies that this project needs to introduce to the plugin's classloader.
-