is not current version
Last Version 1.2

io.github.pcmind:leveldb-benchmark 0.12

Port of LevelDB Benchmarks to Java

GroupId

GroupId

io.github.pcmind
ArtifactId

ArtifactId

leveldb-benchmark
Version

Version

0.12
Type

Type

jar

Download leveldb-benchmark 0.12


<!-- https://jarcasting.com/artifacts/io.github.pcmind/leveldb-benchmark/ -->
<dependency>
    <groupId>io.github.pcmind</groupId>
    <artifactId>leveldb-benchmark</artifactId>
    <version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pcmind/leveldb-benchmark/
implementation 'io.github.pcmind:leveldb-benchmark:0.12'
// https://jarcasting.com/artifacts/io.github.pcmind/leveldb-benchmark/
implementation ("io.github.pcmind:leveldb-benchmark:0.12")
'io.github.pcmind:leveldb-benchmark:jar:0.12'
<dependency org="io.github.pcmind" name="leveldb-benchmark" rev="0.12">
  <artifact name="leveldb-benchmark" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pcmind', module='leveldb-benchmark', version='0.12')
)
libraryDependencies += "io.github.pcmind" % "leveldb-benchmark" % "0.12"
[io.github.pcmind/leveldb-benchmark "0.12"]