Interface ArtifactCoordinate

All Known Implementing Classes:
DefaultArtifactCoordinate

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.

Author:
Robert Scholte
  • Method Details

    • getGroupId

      String getGroupId()
      Returns:
      The groupId of the artifact.
    • getArtifactId

      String getArtifactId()
      Returns:
      The artifactId of the artifact.
    • getVersion

      String getVersion()
      A version, never a versionRange
      Returns:
      The version.
    • getExtension

      String getExtension()
      The file-extension of the artifact.
      Returns:
      The extension.
    • getClassifier

      String getClassifier()
      Returns:
      The classifier of the artifact.