public class GAV extends Object
| Constructor and Description |
|---|
GAV(String groupId,
String artifactId,
String version) |
GAV(String groupId,
String artifactId,
String version,
String type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getGroupId() |
String |
getType() |
String |
getVersion() |
static GAV |
parse(String gav) |
String |
toString() |
Copyright © 2014. All Rights Reserved.