Package io.quarkus.bootstrap.workspace
Interface WorkspaceModuleId
-
- All Known Implementing Classes:
GAV
public interface WorkspaceModuleId
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getArtifactId()
String
getGroupId()
String
getVersion()
static WorkspaceModuleId
of(String groupId, String artifactId, String version)
-