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