Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for resolveVersion (0.05 sec)

  1. compat/maven-resolver-provider/src/test/java/org/apache/maven/repository/internal/RepositorySystemTest.java

            //                throws VersionRangeResolutionException;
    
        }
    
        @Test
        void testResolveVersion() throws Exception {
            // VersionResult resolveVersion( RepositorySystemSession session, VersionRequest request )
            //                throws VersionResolutionException;
        }
    
        @Test
        void testReadArtifactDescriptor() throws Exception {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Sep 17 10:01:14 UTC 2025
    - 9.5K bytes
    - Viewed (0)
  2. api/maven-api-core/src/main/java/org/apache/maven/api/Session.java

         *
         * @see org.apache.maven.api.services.VersionResolver#resolve(Session, ArtifactCoordinates) (String)
         */
        @Nonnull
        Version resolveVersion(@Nonnull ArtifactCoordinates artifact) throws VersionResolverException;
    
        /**
         * Expands a version range to a list of matching versions, in ascending order.
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Jul 03 14:18:26 UTC 2025
    - 36.5K bytes
    - Viewed (0)
Back to top