Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DependencyScope (3.17 sec)

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

        /**
         * The dependency type.
         *
         * @return the dependency type, never {@code null}
         */
        @Nonnull
        Type getType();
    
        @Nonnull
        DependencyScope getScope();
    
        boolean isOptional();
    
        /**
         * Creates a {@code DependencyCoordinate} based on this {@code Dependency}.
         *
         * @return a {@link DependencyCoordinate}
         */
        @Nonnull
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Feb 28 23:54:53 GMT 2024
    - 1.5K bytes
    - Viewed (0)
Back to top