public class DependencyMetadata extends Object
| Constructor and Description |
|---|
DependencyMetadata(String groupId,
String artifactId,
String version,
String classifier,
String packaging) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId() |
String |
getClassifier() |
String |
getGroupId() |
String |
getPackaging() |
String |
getVersion() |
String |
toString() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.