- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for ExactMatcher (0.04 seconds)
-
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;Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Feb 12 13:13:28 GMT 2025 - 2.7K bytes - Click Count (0)