l

leveldb-benchmark

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