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.
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId() |
String |
getClassifier() |
String |
getExtension()
The file-extension of the artifact.
|
String |
getGroupId() |
String |
getVersion()
A version, never a versionRange
|
String getGroupId()
String getArtifactId()
String getVersion()
String getExtension()
String getClassifier()
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.