- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ExactMatcher (0.08 sec)
-
compat/maven-compat/src/main/java/org/apache/maven/toolchain/RequirementMatcherFactory.java
return new ExactMatcher(provideValue); } public static RequirementMatcher createVersionMatcher(String provideValue) { return new VersionMatcher(provideValue); } private static final class ExactMatcher implements RequirementMatcher { private String provides; private ExactMatcher(String provides) { this.provides = provides;
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Feb 12 13:13:28 UTC 2025 - 2.7K bytes - Viewed (0)