leveldb-benchmark

Port of LevelDB Benchmarks to Java

License

License

GroupId

GroupId

io.github.pcmind
ArtifactId

ArtifactId

leveldb-benchmark
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

leveldb-benchmark
Port of LevelDB Benchmarks to Java
Source Code Management

Source Code Management

http://github.com/pcmind/leveldb/tree/master/leveldb-benchmark

Download leveldb-benchmark

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
io.github.pcmind : leveldb-api jar 1.2
io.github.pcmind : leveldb jar 1.2
com.google.guava : guava jar 29.0-jre

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.2
1.1
1.0
0.12
0.11