Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for grouping (0.6 sec)

  1. maven-api-impl/src/main/java/org/apache/maven/internal/impl/AbstractSession.java

         */
        @Override
        public ArtifactCoordinate createArtifactCoordinate(
                String groupId, String artifactId, String version, String extension) {
            return getService(ArtifactCoordinateFactory.class).create(this, groupId, artifactId, version, extension);
        }
    
        /**
         * Shortcut for <code>getService(CoordinateFactory.class).create(...)</code>
         *
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Jun 11 07:23:04 UTC 2024
    - 27.5K bytes
    - Viewed (0)
Back to top