MVN

com.ceph.fs : cephfs-hadoop

Maven & Gradle

Oct 21, 2014
1 usages
57 stars

cephfs-hadoop · CephFS for Hadoop.

<dependency>
    <groupId>com.ceph.fs</groupId>
    <artifactId>cephfs-hadoop</artifactId>
    <version>0.80.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ceph.fs : cephfs-hadoop to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.80.6

All Versions

Choose a version of com.ceph.fs : cephfs-hadoop to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.80.x
cephfs-hadoop-0.80.6
cephfs-hadoop-0.80.5
cephfs-hadoop-0.80.4
cephfs-hadoop-0.80.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ceph.fs</groupId>
    <artifactId>cephfs-hadoop</artifactId>
    <version>0.80.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ceph.fs : cephfs-hadoop gradle dependency to your build.gradle file:

implementation 'com.ceph.fs:cephfs-hadoop:0.80.6'

Gradle Kotlin DSL: Add the following com.ceph.fs : cephfs-hadoop gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ceph.fs:cephfs-hadoop:0.80.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ceph.fs : cephfs-hadoop sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ceph.fs" % "cephfs-hadoop" % "0.80.6"

Advertisement