Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setDownloadUrl (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. compat/maven-artifact/src/main/java/org/apache/maven/artifact/ArtifactUtils.java

            }
            clone.setDependencyFilter(artifact.getDependencyFilter());
            clone.setDependencyTrail(copyList(artifact.getDependencyTrail()));
            clone.setDownloadUrl(artifact.getDownloadUrl());
            clone.setRepository(artifact.getRepository());
    
            return clone;
        }
    
        /**
         * Copy artifact to a collection.
         *
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 6.9K bytes
    - Click Count (0)
Back to Top