Uses of Class
io.quarkus.bootstrap.model.AppArtifactKey
Packages that use AppArtifactKey
-
Uses of AppArtifactKey in io.quarkus.bootstrap.model
Fields in io.quarkus.bootstrap.model declared as AppArtifactKeyModifier and TypeFieldDescriptionprotected AppArtifactKeyAppArtifactCoords.keyDeprecated, for removal: This API element is subject to removal in a future version.Methods in io.quarkus.bootstrap.model that return AppArtifactKeyModifier and TypeMethodDescriptionstatic AppArtifactKeyAppArtifactKey.fromString(String str) Deprecated, for removal: This API element is subject to removal in a future version.AppArtifactCoords.getKey()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in io.quarkus.bootstrap.model with parameters of type AppArtifactKeyModifierConstructorDescriptionAppArtifactCoords(AppArtifactKey key, String version) Deprecated, for removal: This API element is subject to removal in a future version.