Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for classifiers (0.16 sec)

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

        /**
         * The base version of the artifact.
         *
         * @return the version
         */
        @Nonnull
        Version getBaseVersion();
    
        /**
         * The classifier of the artifact.
         *
         * @return the classifier or an empty string if none, never {@code null}
         */
        @Nonnull
        String getClassifier();
    
        /**
         * The file extension of the artifact.
         *
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Dec 15 15:48:33 GMT 2023
    - 3K bytes
    - Viewed (0)
Back to top