Class ArtifactCoordinates


  • public class ArtifactCoordinates
    extends Object
    Coordinates addressing a Maven artifact. Can generate an Aether artifact which can be used to retrieve it from a local or remote repository.
    • Constructor Detail

      • ArtifactCoordinates

        public ArtifactCoordinates()
      • ArtifactCoordinates

        public ArtifactCoordinates​(String coordinates)
        Parameters:
        coordinates - The artifact coordinates in the format <groupId>:<artifactId>[:<extension>[:<classifier>]]:<version>, must not be null.
    • Method Detail

      • set

        public void set​(String coordinates)
      • toArtifact

        public org.eclipse.aether.artifact.Artifact toArtifact()