Uses of Interface
org.apache.maven.api.Dependency
Packages that use Dependency
-
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 DependencyCoordinatesDependencyCoordinatesFactory.create(Session session, Dependency dependency)