l

leveldbjni-all

An uber jar which contains all the leveldbjni platform libraries and dependencies
Files download
File Operation
leveldbjni-all-1.8.jar download
leveldbjni-all-1.8.pom download
leveldbjni-all-1.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.huangtianhua</groupId>
  <artifactId>leveldbjni-all</artifactId>
  <version>1.8</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.huangtianhua:leveldbjni-all:1.8'
Gradle Kotlin
implementation("com.github.huangtianhua:leveldbjni-all:1.8")
Scala SBT
libraryDependencies += "com.github.huangtianhua" % "leveldbjni-all" % "1.8"
Groovy Grape
@Grapes(
  @Grab(group='com.github.huangtianhua', module='leveldbjni-all', version='1.8')
)
Apache Ivy
<dependency org="com.github.huangtianhua" name="leveldbjni-all" rev="1.8" />
Leiningen
[com.github.huangtianhua/leveldbjni-all "1.8"]
Apache Buildr
'com.github.huangtianhua:leveldbjni-all:jar:1.8'