Gradle - Download all version jars of a single groupID:artifactID from Artifactory
问题 I use Gradle to build a project (Java). Gradle 2.3, Java7/8. Works great. To build a project, we define what all libraries we need during compile, test (testRuntime) and runtime stages and we define all those libraries in dependencies section like: dependencies { compile 'some_groupID:some_artifactID:some_version_x.y.z@ext_if_any' testRuntime 'SomeOtherOrSame_groupID:some_other_or_same_artifactID:some_version_x.y.z@ext_if_any' runtime 'SomeOtherOrSame_groupID:some_other_or_same_artifactID