- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for artifactPredicate (0.07 seconds)
-
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/relocation/UserPropertiesArtifactRelocationSource.java
return str.startsWith(pattern.substring(0, pattern.length() - 1)); } else { return Objects.equals(pattern, str); } } private static Predicate<Artifact> artifactPredicate(Artifact artifact) { return a -> matches(artifact.getGroupId(), a.getGroupId()) && matches(artifact.getArtifactId(), a.getArtifactId())
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Oct 16 06:12:36 GMT 2025 - 9K bytes - Click Count (0)