Download pig-0.9.2.jar file - Jar p

Jar examples for p:pig

Description

You can download jar file pig 0.9.2 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

pig-0.9.2-javadoc.jar
pig-0.9.2-sources.jar
pig-0.9.2.jar
pig-0.9.2.pom



Related Tutorials