l

leveldb-benchmark

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