public class DependencyId extends Object
| Constructor and Description |
|---|
DependencyId(String groupId,
String artifactId,
String version,
String type,
String classifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getArtifactId() |
String |
getClassifier() |
String |
getGroupId() |
String |
getType() |
String |
getVersion() |
int |
hashCode() |
Copyright © 2015. All rights reserved.