MVN

io.github.pcmind : leveldb-benchmark

Maven & Gradle

May 19, 2020
21 stars

leveldb-benchmark · Port of LevelDB Benchmarks to Java

<dependency>
    <groupId>io.github.pcmind</groupId>
    <artifactId>leveldb-benchmark</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.pcmind : leveldb-benchmark to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of io.github.pcmind : leveldb-benchmark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
leveldb-benchmark-1.2
1.1
leveldb-benchmark-1.1
1.0
leveldb-benchmark-1.0
0.12
leveldb-benchmark-0.12
0.11
leveldb-benchmark-0.11

How to add a dependency to Maven

Add the following io.github.pcmind : leveldb-benchmark maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.pcmind</groupId>
    <artifactId>leveldb-benchmark</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.pcmind : leveldb-benchmark gradle dependency to your build.gradle file:

implementation 'io.github.pcmind:leveldb-benchmark:1.2'

Gradle Kotlin DSL: Add the following io.github.pcmind : leveldb-benchmark gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.pcmind:leveldb-benchmark:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.pcmind : leveldb-benchmark sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.pcmind" % "leveldb-benchmark" % "1.2"

Advertisement