MVN

com.facebook.giraph.hive : hive-io-experimental

Maven & Gradle

Mar 28, 2013
66 stars

Library for reading / writing to Hive

<dependency>
    <groupId>com.facebook.giraph.hive</groupId>
    <artifactId>hive-io-experimental</artifactId>
    <version>0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.facebook.giraph.hive : hive-io-experimental to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5

All Versions

Choose a version of com.facebook.giraph.hive : hive-io-experimental to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5
hive-io-experimental-0.5
0.4
hive-io-experimental-0.4
0.3
hive-io-experimental-0.3
0.2
hive-io-experimental-0.2
0.1
hive-io-experimental-0.1

How to add a dependency to Maven

Add the following com.facebook.giraph.hive : hive-io-experimental maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.facebook.giraph.hive</groupId>
    <artifactId>hive-io-experimental</artifactId>
    <version>0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.facebook.giraph.hive : hive-io-experimental gradle dependency to your build.gradle file:

implementation 'com.facebook.giraph.hive:hive-io-experimental:0.5'

Gradle Kotlin DSL: Add the following com.facebook.giraph.hive : hive-io-experimental gradle kotlin dependency to your build.gradle.kts file:

implementation("com.facebook.giraph.hive:hive-io-experimental:0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.facebook.giraph.hive : hive-io-experimental sbt scala dependency to your build.sbt file:

libraryDependencies += "com.facebook.giraph.hive" % "hive-io-experimental" % "0.5"