public class GAV extends Object
| Constructor and Description |
|---|
GAV(String groupId,
String artifactId,
String version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static GAV |
fromDependency(org.apache.maven.model.Dependency dependency) |
static GAV |
fromModel(org.apache.maven.model.Model model) |
static GAV |
fromParent(org.apache.maven.model.Parent parent) |
String |
getArtifactId() |
String |
getGroupId() |
String |
getVersion() |
int |
hashCode() |
String |
toString() |
public static GAV fromDependency(org.apache.maven.model.Dependency dependency)
public static GAV fromModel(org.apache.maven.model.Model model)
public static GAV fromParent(org.apache.maven.model.Parent parent)
public String getGroupId()
public String getArtifactId()
public String getVersion()
Copyright © 2022. All rights reserved.