- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TEST_RUNTIME (0.05 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/DependencyScope.java
* Test compile only. */ TEST_ONLY("test-only", false), /** * Test compile and test runtime. */ TEST("test", false), /** * Test runtime. */ TEST_RUNTIME("test-runtime", false), /** * System scope. */ SYSTEM("system", false); private static final Map<String, DependencyScope> IDS = Collections.unmodifiableMap(
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Mar 19 14:33:26 UTC 2025 - 4K bytes - Viewed (0)