Uses of Interface
org.apache.maven.api.Dependency
Packages that use Dependency
Package
Description
Maven Core API
-
Uses of Dependency in org.apache.maven.api
Subinterfaces of Dependency in org.apache.maven.apiMethods 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.createDependencyCoordinates
(Dependency dependency) Shortcut forgetService(DependencyFactory.class).create(...)
. -
Uses of Dependency in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return types with arguments of type DependencyModifier and TypeMethodDescriptionDependencyResolverResult.getDependencies()
Returns all dependencies associated to their paths.Methods in org.apache.maven.api.services with parameters of type DependencyModifier and TypeMethodDescriptionDependencyCoordinatesFactoryRequest.build
(Session session, Dependency dependency) default DependencyCoordinates
DependencyCoordinatesFactory.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.createDependencyCoordinates
(Dependency dependency) Shortcut forgetService(DependencyFactory.class).create(...)