l

leveldb-benchmark

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