Download pig-0.16.0.jar file - Jar p

Jar examples for p:pig

Description

You can download jar file pig 0.16.0 in this page.

License

Apache License

Build File

You can use the following script to add pig-0.16.0.jar to your project.

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

Download

Click the following link to download the jar file.

pig-0.16.0-h2.jar
pig-0.16.0-javadoc.jar
pig-0.16.0-sources.jar
pig-0.16.0.jar
pig-0.16.0.pom



Related Tutorials