MVN

io.nosqlbench : nb5

Maven & Gradle

Jan 13, 2023
144 stars

nb5 · A binary and jar for nb5, with only nb5 updated drivers included.

<dependency>
    <groupId>io.nosqlbench</groupId>
    <artifactId>nb5</artifactId>
    <version>5.17.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.nosqlbench : nb5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.17.0

All Versions

Choose a version of io.nosqlbench : nb5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.17.x
nb5-5.17.0
4.17.x
nb5-4.17.32
nb5-4.17.31
nb5-4.17.29
nb5-4.17.28
nb5-4.17.26
nb5-4.17.25
nb5-4.17.19
nb5-4.17.18
nb5-4.17.17

How to add a dependency to Maven

Add the following io.nosqlbench : nb5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.nosqlbench</groupId>
    <artifactId>nb5</artifactId>
    <version>5.17.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.nosqlbench : nb5 gradle dependency to your build.gradle file:

implementation 'io.nosqlbench:nb5:5.17.0'

Gradle Kotlin DSL: Add the following io.nosqlbench : nb5 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.nosqlbench:nb5:5.17.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.nosqlbench : nb5 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.nosqlbench" % "nb5" % "5.17.0"

Advertisement