MVN

com.knewton.mapreduce : KassandraMRHelper

Maven & Gradle

Apr 22, 2016
35 stars

KassandraMRHelper · Library for processing Cassandra SSTables with Hadoop MapReduce

<dependency>
    <groupId>com.knewton.mapreduce</groupId>
    <artifactId>KassandraMRHelper</artifactId>
    <version>0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.knewton.mapreduce : KassandraMRHelper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0

All Versions

Choose a version of com.knewton.mapreduce : KassandraMRHelper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
KassandraMRHelper-0.4.0
0.3.x
KassandraMRHelper-0.3.2
0.2.x
KassandraMRHelper-0.2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.knewton.mapreduce</groupId>
    <artifactId>KassandraMRHelper</artifactId>
    <version>0.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.knewton.mapreduce : KassandraMRHelper gradle dependency to your build.gradle file:

implementation 'com.knewton.mapreduce:KassandraMRHelper:0.4.0'

Gradle Kotlin DSL: Add the following com.knewton.mapreduce : KassandraMRHelper gradle kotlin dependency to your build.gradle.kts file:

implementation("com.knewton.mapreduce:KassandraMRHelper:0.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.knewton.mapreduce : KassandraMRHelper sbt scala dependency to your build.sbt file:

libraryDependencies += "com.knewton.mapreduce" % "KassandraMRHelper" % "0.4.0"

Advertisement