public interface DependableCoordinate
Represents any instance which may contain Maven Dependencies, both explicit or implicit to (transitively) 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
|
String getGroupId()
String getArtifactId()
String getVersion()
String getType()
String getClassifier()
null
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.