gradle - Archive Entry Download from Artifactory -
how download single file or folder archive in artifactory. found rest api implement in gradle using groovy code.
get http://localhost:8081/artifactory/repo1-cache/commons-lang/commons-lang/2.6/commons-lang-2.6.jar!/meta-inf/license.txt
some gradle examples found on github
https://github.com/jfrogdev/project-examples/tree/master/gradle-examples
these examples helped answer question!
Comments
Post a Comment