| License |
License |
|---|---|
| GroupId | GroupIdio.github.pcmind |
| ArtifactId | ArtifactIdleveldb-benchmark |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionleveldb-benchmark
Port of LevelDB Benchmarks to Java
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| leveldb-benchmark-1.2.pom | |
| leveldb-benchmark-1.2.jar | 39 KB |
| leveldb-benchmark-1.2-sources.jar | 13 KB |
| leveldb-benchmark-1.2-javadoc.jar | 28 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |