Uses of Interface
org.apache.maven.api.Dependency
Packages that use Dependency
Package
Description
-
Uses of Dependency in org.apache.maven.api
Methods in org.apache.maven.api that return DependencyMethods in org.apache.maven.api that return types with arguments of type DependencyModifier and TypeMethodDescriptiondefault Collection
<Dependency> Plugin.getDependencies()
Plugin.getDependenciesMap()
Methods in org.apache.maven.api with parameters of type DependencyModifier and TypeMethodDescriptionSession.createDependencyCoordinate
(Dependency dependency) Shortcut forgetService(DependencyFactory.class).create(...)
. -
Uses of Dependency in org.apache.maven.api.services
Methods in org.apache.maven.api.services with parameters of type DependencyModifier and TypeMethodDescriptionDependencyCoordinateFactoryRequest.build
(Session session, Dependency dependency) default DependencyCoordinate
DependencyCoordinateFactory.create
(Session session, Dependency dependency) -
Uses of Dependency in org.apache.maven.internal.impl
Classes in org.apache.maven.internal.impl that implement DependencyMethods in org.apache.maven.internal.impl that return DependencyModifier and TypeMethodDescriptionAbstractSession.getDependency
(org.eclipse.aether.graph.Dependency dependency) DefaultNode.getDependency()
InternalSession.getDependency
(org.eclipse.aether.graph.Dependency dependency) Methods in org.apache.maven.internal.impl with parameters of type DependencyModifier and TypeMethodDescriptionAbstractSession.createDependencyCoordinate
(Dependency dependency) Shortcut forgetService(DependencyFactory.class).create(...)