Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Case (0.12 sec)

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

         */
        @Nonnull
        String getArtifactId();
    
        /**
         * The version of the artifact.
         *
         * @return the version
         */
        @Nonnull
        Version getVersion();
    
        /**
         * The base version of the artifact.
         *
         * @return the version
         */
        @Nonnull
        Version getBaseVersion();
    
        /**
         * The classifier of the artifact.
         *
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri Dec 15 15:48:33 GMT 2023
    - 3K bytes
    - Viewed (0)
Back to top