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