java.lang.Object
org.apache.tinkerpop.gremlin.groovy.util.Artifact

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

    • Artifact

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

    • getGroup

      public String getGroup()
    • getArtifact

      public String getArtifact()
    • getVersion

      public String getVersion()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object