public interface DependencyCoordinate
Contains all required elements of a Maven Dependency to resolve and calculate its path for either a local or remote Maven2 repository.
The version can be a version range. Based on the groupId and artifactId it will be resolved to the actual version.
The type will be translated to an extension based on the artifact descriptor (pom.xml
matching the groupId,
artifactId and version.
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId() |
String |
getClassifier() |
String |
getGroupId() |
String |
getType() |
String |
getVersion()
A version or versionRange
|
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.