MVN

com.ksyun.kmr : hadoop-ks3

Maven & Gradle

Dec 05, 2022

Apache Hadoop KSYun KS3 support · This module contains code to support integration with KSYun KS3 Storage. It also declares the dependencies needed to work with KSYun KS3 Storage.

<dependency>
    <groupId>com.ksyun.kmr</groupId>
    <artifactId>hadoop-ks3</artifactId>
    <version>3.1.1-1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ksyun.kmr : hadoop-ks3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.1-1.1.2

All Versions

Choose a version of com.ksyun.kmr : hadoop-ks3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
hadoop-ks3-3.1.1-1.1.2

How to add a dependency to Maven

Add the following com.ksyun.kmr : hadoop-ks3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ksyun.kmr</groupId>
    <artifactId>hadoop-ks3</artifactId>
    <version>3.1.1-1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ksyun.kmr : hadoop-ks3 gradle dependency to your build.gradle file:

implementation 'com.ksyun.kmr:hadoop-ks3:3.1.1-1.1.2'

Gradle Kotlin DSL: Add the following com.ksyun.kmr : hadoop-ks3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ksyun.kmr:hadoop-ks3:3.1.1-1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ksyun.kmr : hadoop-ks3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ksyun.kmr" % "hadoop-ks3" % "3.1.1-1.1.2"