Uses of Class
io.quarkus.maven.dependency.ArtifactCoordsPattern
-
Packages that use ArtifactCoordsPattern Package Description io.quarkus.maven.dependency -
-
Uses of ArtifactCoordsPattern in io.quarkus.maven.dependency
Methods in io.quarkus.maven.dependency that return ArtifactCoordsPattern Modifier and Type Method Description ArtifactCoordsPatternArtifactCoordsPattern.Builder. build()static ArtifactCoordsPatternArtifactCoordsPattern. matchAll()static ArtifactCoordsPatternArtifactCoordsPattern. matchSnapshots()static ArtifactCoordsPatternArtifactCoordsPattern. of(ArtifactCoords c)static ArtifactCoordsPatternArtifactCoordsPattern. of(String wildcardPattern)Creates a newArtifactCoordsPatternout of the givenwildcardPattern.Methods in io.quarkus.maven.dependency that return types with arguments of type ArtifactCoordsPattern Modifier and Type Method Description static List<ArtifactCoordsPattern>ArtifactCoordsPattern. toPatterns(Collection<ArtifactCoords> coords)
-