Uses of Class
io.quarkus.bootstrap.model.AppArtifactCoords
-
Packages that use AppArtifactCoords Package Description io.quarkus.bootstrap.model -
-
Uses of AppArtifactCoords in io.quarkus.bootstrap.model
Subclasses of AppArtifactCoords in io.quarkus.bootstrap.model Modifier and Type Class Description classAppArtifactRepresents an application (or its dependency) artifact.Methods in io.quarkus.bootstrap.model that return AppArtifactCoords Modifier and Type Method Description static AppArtifactCoordsAppArtifactCoords. fromString(String str)Constructors in io.quarkus.bootstrap.model with parameters of type AppArtifactCoords Constructor Description AppArtifact(AppArtifactCoords coords)AppArtifact(AppArtifactCoords coords, WorkspaceModule module)
-