Uses of Class
org.apache.maven.resolver.internal.ant.types.Dependency
Packages that use Dependency
Package
Description
-
Uses of Dependency in org.apache.maven.resolver.internal.ant.types
Methods in org.apache.maven.resolver.internal.ant.types that return DependencyModifier and TypeMethodDescriptionprotected DependencyDependency.getRef()Resolves this object if defined as a reference and verifies that it is aDependencyinstance.Methods in org.apache.maven.resolver.internal.ant.types with parameters of type DependencyModifier and TypeMethodDescriptionvoidDependencies.addDependency(Dependency dependency) Adds a singleDependencyto this container. -
Uses of Dependency in org.apache.maven.resolver.internal.ant.types.model
Methods in org.apache.maven.resolver.internal.ant.types.model with parameters of type DependencyModifier and TypeMethodDescriptionvoidMavenProject.addDependency(Dependency dependency) Add a dependency to the dependencies section of the Maven project model.voidMavenProject.addToDependencyManagement(Dependency dep) Adds a dependency to the dependency management section of the Maven project model.