public class MavenCoordinates extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
artifactId |
protected String |
groupId |
protected String |
packaging |
protected String |
version |
| Constructor and Description |
|---|
MavenCoordinates(String groupId,
String artifactId,
String version) |
MavenCoordinates(String groupId,
String artifactId,
String version,
String packaging) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getArtifactId() |
String |
getGroupId() |
String |
getPackaging() |
String |
getVersion() |
String |
toString() |
protected String groupId
protected String artifactId
protected String version
protected String packaging
public MavenCoordinates(String groupId, String artifactId, String version)
groupId - artifactId - version - Copyright © 2015. All Rights Reserved.