public class GAV extends Object implements Comparable<GAV>
| Constructor and Description |
|---|
GAV(String groupId,
String artifactId,
String version) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(GAV o) |
String |
getArtifactId() |
GA |
getGA() |
String |
getGroupId() |
String |
toString() |
Copyright © 2018. All rights reserved.