Download pig-0.8.0.jar file - Jar p

Jar examples for p:pig

Description

You can download jar file pig 0.8.0 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

pig-0.8.0-javadoc.jar
pig-0.8.0-sources.jar
pig-0.8.0.jar
pig-0.8.0.pom



Related Tutorials