public class MavenInfo extends Object
| Constructor and Description |
|---|
MavenInfo(String groupId,
String artifactId,
String version)
Instantiates a new maven info.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getArtifactId()
Gets the artifact id.
|
String |
getGroupId()
Gets the group id.
|
ArtifactVersion |
getVersion()
Gets the version.
|
int |
hashCode() |
String |
toString() |
public String getArtifactId()
public String getGroupId()
public ArtifactVersion getVersion()
Copyright © 2018. All rights reserved.