Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Beta (0.15 sec)

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

        @Nonnull
        Map<PathType, List<Path>> resolveDependencies(
                @Nonnull Project project, @Nonnull PathScope scope, @Nonnull Collection<PathType> desiredTypes);
    
        /**
         * Resolves an artifact's meta version (if any) to a concrete version. For example, resolves "1.0-SNAPSHOT"
         * to "1.0-20090208.132618-23" or "RELEASE"/"LATEST" to "2.0".
         * <p>
         * Shortcut for {@code getService(VersionResolver.class).resolve(...)}
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 15:10:38 GMT 2024
    - 30.2K bytes
    - Viewed (0)
Back to top