l

leveldb-benchmark

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