Uses of Class
org.eclipse.aether.collection.DependencyManagement
Package
Description
The types and extension points for collecting the transitive dependencies of an artifact and building a dependency
graph.
Various dependency managers for building a dependency graph.
-
Uses of DependencyManagement in org.eclipse.aether.collection
Modifier and TypeMethodDescriptionDependencyManager.manageDependency
(Dependency dependency) Applies dependency management to the specified dependency.DependencyManagement.setExclusions
(Collection<Exclusion> exclusions) Sets the new exclusions to apply to the dependency.DependencyManagement.setOptional
(Boolean optional) Sets the new optional flag to apply to the dependency.DependencyManagement.setProperties
(Map<String, String> properties) Sets the new properties to apply to the dependency.Sets the new scope to apply to the dependency.DependencyManagement.setVersion
(String version) Sets the new version to apply to the dependency. -
Uses of DependencyManagement in org.eclipse.aether.util.graph.manager
Modifier and TypeMethodDescriptionClassicDependencyManager.manageDependency
(Dependency dependency) DefaultDependencyManager.manageDependency
(Dependency dependency) NoopDependencyManager.manageDependency
(Dependency dependency) TransitiveDependencyManager.manageDependency
(Dependency dependency)