How to specify “pig-0.13.0-h2.jar” dependency in build.gradle?
问题 To specify a Maven dependency in my project, I provide a name , a group id , and a version . This has been enough for every dependency in my project, save one. Pig has multiple jars in the same artifact (not sure if I have the proper nomenclature; I'm still rather new to Maven), but I only need one. Specifically, I need pig-0.13.0-h2.jar . However, when I provide the dependency compile "org.apache.pig:pig:0.13.0" in my build.gradle , only pig-0.13.0.jar , pig-0.13.0-sources.jar , and pig-0.13