MVN

io.lakefs : rocksdbjni

Maven & Gradle

Jun 24, 2021
27.4k stars

RocksDB JNI · RocksDB fat jar that contains .so files for linux32 and linux64 (glibc and musl-libc), jnilib files for Mac OSX, and a .dll for Windows x64.

<dependency>
    <groupId>io.lakefs</groupId>
    <artifactId>rocksdbjni</artifactId>
    <version>0.1.0-RC.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.lakefs : rocksdbjni to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0-RC.5
  • Latest Release Candidate: 0.1.0-RC.5

All Versions

Choose a version of io.lakefs : rocksdbjni to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
rocksdbjni-0.1.0-RC.5
rocksdbjni-0.1.0-RC.4
rocksdbjni-0.1.0-RC.3
rocksdbjni-0.1.0-RC.2
rocksdbjni-0.1.0-RC.1
rocksdbjni-0.1.0-RC.0

How to add a dependency to Maven

Add the following io.lakefs : rocksdbjni maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.lakefs</groupId>
    <artifactId>rocksdbjni</artifactId>
    <version>0.1.0-RC.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.lakefs : rocksdbjni gradle dependency to your build.gradle file:

implementation 'io.lakefs:rocksdbjni:0.1.0-RC.5'

Gradle Kotlin DSL: Add the following io.lakefs : rocksdbjni gradle kotlin dependency to your build.gradle.kts file:

implementation("io.lakefs:rocksdbjni:0.1.0-RC.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.lakefs : rocksdbjni sbt scala dependency to your build.sbt file:

libraryDependencies += "io.lakefs" % "rocksdbjni" % "0.1.0-RC.5"

Advertisement