Class Artifact
- 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)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getArtifact()
String
getGroup()
String
getVersion()
int
hashCode()
-