Uses of Interface
org.apache.maven.api.Dependency
Packages that use Dependency
Package
Description
Maven Core API
Defines core service interfaces that provide essential Maven functionality such as
artifact resolution, dependency management, and build execution.
-
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 with 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)