Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for exclusions (0.49 sec)

  1. api/maven-api-core/src/main/java/org/apache/maven/api/DependencyCoordinate.java

         *
         * @return the type
         */
        @Nonnull
        Type getType();
    
        @Nonnull
        DependencyScope getScope();
    
        @Nullable
        Boolean getOptional();
    
        @Nonnull
        Collection<Exclusion> getExclusions();
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Feb 05 09:42:51 UTC 2024
    - 1.4K bytes
    - Viewed (0)
Back to top