Uses of Class
io.quarkus.maven.ArtifactKey
-
Packages that use ArtifactKey Package Description io.quarkus.maven -
-
Uses of ArtifactKey in io.quarkus.maven
Fields in io.quarkus.maven declared as ArtifactKey Modifier and Type Field Description protected ArtifactKeyArtifactCoords. keyDeprecated, for removal: This API element is subject to removal in a future version.Methods in io.quarkus.maven that return ArtifactKey Modifier and Type Method Description static ArtifactKeyArtifactKey. fromString(String str)Deprecated, for removal: This API element is subject to removal in a future version.ArtifactKeyArtifactCoords. getKey()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in io.quarkus.maven with parameters of type ArtifactKey Constructor Description ArtifactCoords(ArtifactKey key, String version)Deprecated, for removal: This API element is subject to removal in a future version.
-