l

leveldbjni-all

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