- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for forId (0.01 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/DependencyScope.java
* as word separator. * * @param id the identifier of the scope (case-sensitive) */ public static DependencyScope forId(String id) { return IDS.get(id); } private final String id; private final boolean transitive; DependencyScope(String id, boolean transitive) { this.id = id;
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Mar 19 14:33:26 UTC 2025 - 4K bytes - Viewed (0)