Package org.apache.maven.api
Interface ArtifactCoordinate
- All Known Subinterfaces:
- DependencyCoordinate
- All Known Implementing Classes:
- DefaultArtifactCoordinate,- DefaultDependencyCoordinate
The 
Coordinate object is used to point to an Artifact
 but the version may be specified as a range instead of an exact version.- Since:
- 4.0.0
- 
Method Details- 
getGroupIdThe groupId of the artifact.- Returns:
- the groupId
 
- 
getArtifactIdThe artifactId of the artifact.- Returns:
- the artifactId
 
- 
getClassifierThe classifier of the artifact.- Returns:
- the classifier or an empty string if none, never null
 
- 
getVersionThe version of the artifact.- Returns:
- the version
 
- 
getExtensionThe extension of the artifact.- Returns:
- the extension or an empty string if none, never null
 
- 
getIdUnique id identifying this artifact
 
-