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