MVN

io.github.mayuehappy : frocksdbjni

Maven & Gradle

Sep 25, 2023
58 stars

RocksDB JNI · RocksDB fat jar with modifications specific for Apache Flink 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.github.mayuehappy</groupId>
    <artifactId>frocksdbjni</artifactId>
    <version>8.5.0-ververica-ingest-db-test</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.mayuehappy : frocksdbjni to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.5.0-ververica-ingest-db-test

All Versions

Choose a version of io.github.mayuehappy : frocksdbjni to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.5.x
frocksdbjni-8.5.0-ververica-ingest-db-test

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.mayuehappy</groupId>
    <artifactId>frocksdbjni</artifactId>
    <version>8.5.0-ververica-ingest-db-test</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.mayuehappy : frocksdbjni gradle dependency to your build.gradle file:

implementation 'io.github.mayuehappy:frocksdbjni:8.5.0-ververica-ingest-db-test'

Gradle Kotlin DSL: Add the following io.github.mayuehappy : frocksdbjni gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.mayuehappy:frocksdbjni:8.5.0-ververica-ingest-db-test")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.mayuehappy : frocksdbjni sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.mayuehappy" % "frocksdbjni" % "8.5.0-ververica-ingest-db-test"