MVN

com.linkedin.datafu : datafu

Maven & Gradle

Dec 06, 2013
1 usages
584 stars

DataFu · A collection of user-defined functions for working with large-scale data in Hadoop and Pig.

<dependency>
    <groupId>com.linkedin.datafu</groupId>
    <artifactId>datafu</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.linkedin.datafu : datafu to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of com.linkedin.datafu : datafu to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
datafu-1.2.0
1.1.x
datafu-1.1.0
1.0.x
datafu-1.0.0
0.0.x
datafu-0.0.10
datafu-0.0.9
datafu-0.0.8
datafu-0.0.7
datafu-0.0.6
datafu-0.0.5
datafu-0.0.4

How to add a dependency to Maven

Add the following com.linkedin.datafu : datafu maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.linkedin.datafu</groupId>
    <artifactId>datafu</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.linkedin.datafu : datafu gradle dependency to your build.gradle file:

implementation 'com.linkedin.datafu:datafu:1.2.0'

Gradle Kotlin DSL: Add the following com.linkedin.datafu : datafu gradle kotlin dependency to your build.gradle.kts file:

implementation("com.linkedin.datafu:datafu:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.linkedin.datafu : datafu sbt scala dependency to your build.sbt file:

libraryDependencies += "com.linkedin.datafu" % "datafu" % "1.2.0"

Advertisement