Class GAV
- java.lang.Object
-
- com.github.manikmagar.maven.versioner.extension.GAV
-
public class GAV extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetArtifactId()StringgetGroupId()StringgetVersion()inthashCode()static GAVof(org.apache.maven.model.Model model)StringtoString()static GAVwith(String groupId, String artifactId, String version)
-