Download pig-0.12.1.jar file - Jar p

Jar examples for p:pig

Description

You can download jar file pig 0.12.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials