Package io.quarkus.maven.dependency
Class GAV
- java.lang.Object
-
- io.quarkus.maven.dependency.GAV
-
- All Implemented Interfaces:
WorkspaceModuleId,Serializable
public class GAV extends Object implements WorkspaceModuleId, Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetArtifactId()StringgetGroupId()StringgetVersion()inthashCode()StringtoString()
-
-
-
Method Detail
-
getGroupId
public String getGroupId()
- Specified by:
getGroupIdin interfaceWorkspaceModuleId
-
getArtifactId
public String getArtifactId()
- Specified by:
getArtifactIdin interfaceWorkspaceModuleId
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceWorkspaceModuleId
-
-