Uses of Class
io.quarkus.bootstrap.model.AppArtifactCoords
Packages that use AppArtifactCoords
-
Uses of AppArtifactCoords in io.quarkus.bootstrap.model
Subclasses of AppArtifactCoords in io.quarkus.bootstrap.modelModifier and TypeClassDescriptionclassRepresents an application (or its dependency) artifact.Methods in io.quarkus.bootstrap.model that return AppArtifactCoordsModifier and TypeMethodDescriptionstatic AppArtifactCoordsAppArtifactCoords.fromString(String str) Constructors in io.quarkus.bootstrap.model with parameters of type AppArtifactCoordsModifierConstructorDescriptionAppArtifact(AppArtifactCoords coords) AppArtifact(AppArtifactCoords coords, WorkspaceModule module)