public interface ArtifactCoordinate
Contains all required elements of a Maven Artifact to resolve and calculate its path for either a local or remote Maven2 repository.
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 |
getExtension() |
String |
getGroupId() |
String |
getVersion()
A version or versionRange
|
String getGroupId()
String getArtifactId()
String getVersion()
String getExtension()
String getClassifier()
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.