Uses of Class
io.quarkus.bootstrap.model.AppArtifact
-
Packages that use AppArtifact Package Description io.quarkus.bootstrap.model -
-
Uses of AppArtifact in io.quarkus.bootstrap.model
Methods in io.quarkus.bootstrap.model that return AppArtifact Modifier and Type Method Description AppArtifactAppDependency. getArtifact()Constructors in io.quarkus.bootstrap.model with parameters of type AppArtifact Constructor Description AppDependency(AppArtifact artifact, String scope, boolean optional, int... flags)AppDependency(AppArtifact artifact, String scope, int... flags)
-