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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -