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.

    • Method Detail

      • getGroupId

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

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

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

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

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