l

leveldb-benchmark

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