Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for forId (0.01 sec)

  1. 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)
Back to top