Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. maven-artifact/src/main/java/org/apache/maven/artifact/repository/ArtifactRepository.java

         */
        Artifact find(Artifact artifact);
    
        /**
         * Finds the versions of the specified artifact that are available in this repository.
         *
         * @param artifact The artifact whose available versions should be determined, must not be {@code null}.
         * @return The available versions of the artifact or an empty list if none, never {@code null}.
         * @since 3.0-alpha-3
         */
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu Feb 23 17:14:45 GMT 2023
    - 4.2K bytes
    - Viewed (0)
Back to top