Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 11 of 11 for createFromVersion (0.14 seconds)

  1. impl/maven-core/src/main/java/org/apache/maven/bridge/MavenRepositorySystem.java

                String type,
                String classifier,
                String inheritedScope) {
            VersionRange versionRange = null;
            if (version != null) {
                versionRange = VersionRange.createFromVersion(version);
            }
            return createArtifactX(groupId, artifactId, versionRange, type, classifier, scope, inheritedScope);
        }
    
        private Artifact createArtifactX(
                String groupId,
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Feb 07 00:45:02 GMT 2025
    - 33.5K bytes
    - Click Count (0)
Back to Top