MVN

com.intentmedia : pig-annotations

Maven & Gradle

Apr 03, 2012
3 stars

pig-annotations · pig-annotations is a class library that makes it easy to load your custom serialized java objects into pig as proper pig Tuples with a well-defined schema.

<dependency>
    <groupId>com.intentmedia</groupId>
    <artifactId>pig-annotations</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.intentmedia : pig-annotations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of com.intentmedia : pig-annotations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
pig-annotations-0.0.2

How to add a dependency to Maven

Add the following com.intentmedia : pig-annotations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.intentmedia</groupId>
    <artifactId>pig-annotations</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.intentmedia : pig-annotations gradle dependency to your build.gradle file:

implementation 'com.intentmedia:pig-annotations:0.0.2'

Gradle Kotlin DSL: Add the following com.intentmedia : pig-annotations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.intentmedia:pig-annotations:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.intentmedia : pig-annotations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.intentmedia" % "pig-annotations" % "0.0.2"