Uses of Class
io.quarkus.bootstrap.model.AppArtifactKey
-
Packages that use AppArtifactKey Package Description io.quarkus.bootstrap.model -
-
Uses of AppArtifactKey in io.quarkus.bootstrap.model
Fields in io.quarkus.bootstrap.model declared as AppArtifactKey Modifier and Type Field Description protected AppArtifactKeyAppArtifactCoords. keyMethods in io.quarkus.bootstrap.model that return AppArtifactKey Modifier and Type Method Description static AppArtifactKeyAppArtifactKey. fromString(String str)AppArtifactKeyAppArtifactCoords. getKey()Constructors in io.quarkus.bootstrap.model with parameters of type AppArtifactKey Constructor Description AppArtifactCoords(AppArtifactKey key, String version)
-