Class Artifact


  • public class Artifact
    extends Object
    A software artifact identified by its maven coordinates.
    Author:
    Stephen Mallette (http://stephen.genoprime.com)
    • Constructor Detail

      • Artifact

        public Artifact​(String group,
                        String artifact,
                        String version)
        Create a new instance.
        Parameters:
        group - the groupId
        artifact - the artifactId
        version - the version
    • Method Detail

      • getGroup

        public String getGroup()
      • getArtifact

        public String getArtifact()
      • getVersion

        public String getVersion()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object