Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createFromVersion (0.18 sec)

  1. maven-core/src/main/java/org/apache/maven/artifact/factory/DefaultArtifactFactory.java

                String type,
                String classifier,
                String inheritedScope) {
            VersionRange versionRange = null;
            if (version != null) {
                versionRange = VersionRange.createFromVersion(version);
            }
            return createArtifact(groupId, artifactId, versionRange, type, classifier, scope, inheritedScope);
        }
    
        private Artifact createArtifact(
                String groupId,
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Dec 26 15:12:32 GMT 2022
    - 6.9K bytes
    - Viewed (0)
Back to top