public class GAV extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getArtifactId() |
String |
getGroupId() |
String |
getProjectId() |
String |
getVersion() |
int |
hashCode() |
static GAV |
of(org.apache.maven.model.Dependency dependency) |
static GAV |
of(org.apache.maven.model.Model model) |
static GAV |
of(org.apache.maven.model.Parent parent) |
static GAV |
of(org.apache.maven.model.Plugin plugin) |
static GAV |
of(org.apache.maven.model.ReportPlugin plugin) |
String |
toString() |
public String getGroupId()
public String getArtifactId()
public String getVersion()
public String getProjectId()
public static GAV of(org.apache.maven.model.Model model)
public static GAV of(org.apache.maven.model.Parent parent)
public static GAV of(org.apache.maven.model.Dependency dependency)
public static GAV of(org.apache.maven.model.Plugin plugin)
public static GAV of(org.apache.maven.model.ReportPlugin plugin)
Copyright © 2021. All rights reserved.