MVN

com.halibobor : leveldb-benchmark

Maven & Gradle

Jan 11, 2023
4 stars

leveldb-benchmark · Port of LevelDB Benchmarks to Java

<dependency>
    <groupId>com.halibobor</groupId>
    <artifactId>leveldb-benchmark</artifactId>
    <version>1.18.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.halibobor : leveldb-benchmark to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.18.3

All Versions

Choose a version of com.halibobor : leveldb-benchmark to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.23.x
leveldb-benchmark-1.23.2
leveldb-benchmark-1.23.1
1.18.x
leveldb-benchmark-1.18.3
leveldb-benchmark-1.18.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.halibobor</groupId>
    <artifactId>leveldb-benchmark</artifactId>
    <version>1.18.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.halibobor : leveldb-benchmark gradle dependency to your build.gradle file:

implementation 'com.halibobor:leveldb-benchmark:1.18.3'

Gradle Kotlin DSL: Add the following com.halibobor : leveldb-benchmark gradle kotlin dependency to your build.gradle.kts file:

implementation("com.halibobor:leveldb-benchmark:1.18.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.halibobor : leveldb-benchmark sbt scala dependency to your build.sbt file:

libraryDependencies += "com.halibobor" % "leveldb-benchmark" % "1.18.3"

Advertisement