public interface DependencyResolver
DependencyResource
parameter values.Modifier and Type | Method and Description |
---|---|
Map<IArtifactMetadata,Path> |
getProjectDependencies(boolean transitive,
ResolutionScope scope) |
Map.Entry<IArtifactMetadata,Path> |
getProjectDependency(String groupId,
String artifactId,
String classifier,
ResolutionScope scope) |
Map<IArtifactMetadata,Path> getProjectDependencies(boolean transitive, ResolutionScope scope)
Map.Entry<IArtifactMetadata,Path> getProjectDependency(String groupId, String artifactId, String classifier, ResolutionScope scope)
Copyright © 2021. All rights reserved.