public class DependencyJar extends Object
Constructor and Description |
---|
DependencyJar(String groupId,
String artifactId,
String version) |
DependencyJar(String groupId,
String artifactId,
String version,
String classifier) |
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId() |
String |
getClassifier() |
String |
getGroupId() |
String |
getShortName() |
String |
getType() |
String |
getVersion() |
String |
toString() |