public class Coordinates extends Object
| Constructor and Description |
|---|
Coordinates(String groupId,
String artifactId,
String version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static Coordinates |
fromArtifact(org.apache.maven.artifact.Artifact arti) |
String |
getArtifactId() |
String |
getGroupId() |
String |
getVersion() |
int |
hashCode() |
String |
toString() |
public static Coordinates fromArtifact(org.apache.maven.artifact.Artifact arti)
public String getGroupId()
public String getArtifactId()
public String getVersion()
Copyright © 2016. All rights reserved.