MVN

io.nosqlbench : nb-api

Maven & Gradle

Jan 13, 2023
5 usages
144 stars

nb-api · The top level API module for NoSQLBench. This module should have no internal module dependencies other than the mvn-default module. All modules within NoSQLBench can safely depend on this module with circular dependencies. This module provides cross-cutting code infrastracture, such as path utilities and ways of describing services used between modules. It is also the transitive aggregation point for system-wide library dependencies for logging and testing or similar needs.

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

Latest Version

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

  • Latest Stable: 5.17.0

All Versions

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

Version Vulnerabilities Updated
5.17.x
nb-api-5.17.0
4.17.x
nb-api-4.17.32
nb-api-4.17.31
nb-api-4.17.29
nb-api-4.17.28
nb-api-4.17.26
nb-api-4.17.25
nb-api-4.17.19
nb-api-4.17.18
nb-api-4.17.17
4.15.x
nb-api-4.15.102
nb-api-4.15.101
nb-api-4.15.100
nb-api-4.15.99
nb-api-4.15.98
nb-api-4.15.97
nb-api-4.15.96
nb-api-4.15.94
nb-api-4.15.93
nb-api-4.15.90
nb-api-4.15.89
nb-api-4.15.88
nb-api-4.15.87
nb-api-4.15.86
nb-api-4.15.85
nb-api-4.15.84
nb-api-4.15.83
nb-api-4.15.82
nb-api-4.15.72
nb-api-4.15.70
nb-api-4.15.64
nb-api-4.15.63
nb-api-4.15.62
nb-api-4.15.61
nb-api-4.15.60
nb-api-4.15.59
nb-api-4.15.58
nb-api-4.15.57
nb-api-4.15.56
nb-api-4.15.55
nb-api-4.15.54
nb-api-4.15.53
nb-api-4.15.52
nb-api-4.15.50
nb-api-4.15.49
nb-api-4.15.48
nb-api-4.15.47
nb-api-4.15.46
nb-api-4.15.45
nb-api-4.15.44
nb-api-4.15.43
nb-api-4.15.42
nb-api-4.15.41
nb-api-4.15.40
nb-api-4.15.39
nb-api-4.15.38
nb-api-4.15.37
nb-api-4.15.36
nb-api-4.15.35
nb-api-4.15.34
nb-api-4.15.33
nb-api-4.15.31
3.12.x
nb-api-3.12.202
nb-api-3.12.201
nb-api-3.12.200
nb-api-3.12.155
nb-api-3.12.154
nb-api-3.12.153
nb-api-3.12.152
nb-api-3.12.151
nb-api-3.12.150
nb-api-3.12.149
nb-api-3.12.148
nb-api-3.12.147
nb-api-3.12.146
nb-api-3.12.144
nb-api-3.12.143
nb-api-3.12.142
nb-api-3.12.141
nb-api-3.12.140
nb-api-3.12.139
nb-api-3.12.138
nb-api-3.12.137
nb-api-3.12.136
nb-api-3.12.135
nb-api-3.12.134
nb-api-3.12.133
nb-api-3.12.132
nb-api-3.12.131
nb-api-3.12.130
nb-api-3.12.129
nb-api-3.12.128
nb-api-3.12.127
nb-api-3.12.126
nb-api-3.12.125
nb-api-3.12.124
nb-api-3.12.123
nb-api-3.12.122
nb-api-3.12.121
nb-api-3.12.120
nb-api-3.12.119
nb-api-3.12.117
nb-api-3.12.116
nb-api-3.12.115
nb-api-3.12.114
nb-api-3.12.113
nb-api-3.12.111
nb-api-3.12.110
nb-api-3.12.109
nb-api-3.12.106
nb-api-3.12.104
nb-api-3.12.103
nb-api-3.12.102
nb-api-3.12.101
nb-api-3.12.100
nb-api-3.12.99
nb-api-3.12.98
nb-api-3.12.97
nb-api-3.12.96
nb-api-3.12.95
nb-api-3.12.94
nb-api-3.12.93
nb-api-3.12.92
nb-api-3.12.91
nb-api-3.12.90
nb-api-3.12.89
nb-api-3.12.88
nb-api-3.12.87
nb-api-3.12.86
nb-api-3.12.85
nb-api-3.12.84
nb-api-3.12.83
nb-api-3.12.82
nb-api-3.12.81
nb-api-3.12.79
nb-api-3.12.78
nb-api-3.12.77
nb-api-3.12.76

How to add a dependency to Maven

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

<dependency>
    <groupId>io.nosqlbench</groupId>
    <artifactId>nb-api</artifactId>
    <version>5.17.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.nosqlbench:nb-api:5.17.0'

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

implementation("io.nosqlbench:nb-api:5.17.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.nosqlbench" % "nb-api" % "5.17.0"

Advertisement

Dependencies from Group

Jan 13, 2023
24 usages
144 stars
Aug 11, 2022
14 usages
144 stars
Jan 13, 2023
7 usages
144 stars
Jan 13, 2023
5 usages
144 stars
Aug 11, 2022
5 usages
144 stars

Discover Dependencies

Aug 21, 2023
5 usages
198 stars
Aug 10, 2023
14 usages
27 stars
Aug 10, 2023
13 usages
27 stars
Jan 26, 2022
5 usages
Aug 15, 2023
6 usages
1.1k stars
Aug 15, 2023
6 usages
1.1k stars
Aug 15, 2023
6 usages
1.1k stars