|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DependencyManagement | |
---|---|
org.sonatype.aether.collection | |
org.sonatype.aether.util.graph.manager |
Uses of DependencyManagement in org.sonatype.aether.collection |
---|
Methods in org.sonatype.aether.collection that return DependencyManagement | |
---|---|
DependencyManagement |
DependencyManager.manageDependency(Dependency dependency)
Applies dependency management to the specified dependency. |
DependencyManagement |
DependencyManagement.setExclusions(java.util.Collection<Exclusion> exclusions)
Sets the new exclusions to apply to the dependency. |
DependencyManagement |
DependencyManagement.setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
Sets the new properties to apply to the dependency. |
DependencyManagement |
DependencyManagement.setScope(java.lang.String scope)
Sets the new scope to apply to the dependency. |
DependencyManagement |
DependencyManagement.setVersion(java.lang.String version)
Sets the new version to apply to the dependency. |
Uses of DependencyManagement in org.sonatype.aether.util.graph.manager |
---|
Methods in org.sonatype.aether.util.graph.manager that return DependencyManagement | |
---|---|
DependencyManagement |
NoopDependencyManager.manageDependency(Dependency dependency)
|
DependencyManagement |
ClassicDependencyManager.manageDependency(Dependency dependency)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |