Download pigunit-0.11.1.jar file - Jar p

Jar examples for p:pigunit

Description

You can download jar file pigunit 0.11.1 in this page.

License

Apache License

Build File

You can use the following script to add pigunit-0.11.1.jar to your project.

<dependency>
   <groupId>org.apache.pig</groupId>
   <artifactId>pigunit</artifactId>
   <version>0.11.1</version>
</dependency>
compile group: 'org.apache.pig', name: 'pigunit', version: '0.11.1'
libraryDependencies += "org.apache.pig" % "pigunit" % "0.11.1"
<dependency org="org.apache.pig" name="pigunit" rev="0.11.1"/>
@Grapes(@Grab(group='org.apache.pig', module='pigunit', version='0.11.1'))
'org.apache.pig:pigunit:jar:0.11.1'

Download

Click the following link to download the jar file.

pigunit-0.11.1.jar
pigunit-0.11.1.pom



Related Tutorials