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