- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for VersionMatcher (0.05 seconds)
-
compat/maven-compat/src/main/java/org/apache/maven/toolchain/RequirementMatcherFactory.java
} @Override public String toString() { return provides; } } private static final class VersionMatcher implements RequirementMatcher { DefaultArtifactVersion version; private VersionMatcher(String version) { this.version = new DefaultArtifactVersion(version); } @Override public boolean matches(String requirement) {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Feb 12 13:13:28 GMT 2025 - 2.7K bytes - Click Count (0) -
okhttp-testing-support/src/main/kotlin/okhttp3/testing/PlatformRule.kt
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Mar 19 19:25:20 GMT 2025 - 15.4K bytes - Click Count (1)