is not current version
Last Version 4.15.98

io.nosqlbench:nb-api 3.12.90

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.

GroupId

GroupId

io.nosqlbench
ArtifactId

ArtifactId

nb-api
Version

Version

3.12.90
Type

Type

jar

Download nb-api 3.12.90


<!-- https://jarcasting.com/artifacts/io.nosqlbench/nb-api/ -->
<dependency>
    <groupId>io.nosqlbench</groupId>
    <artifactId>nb-api</artifactId>
    <version>3.12.90</version>
</dependency>
// https://jarcasting.com/artifacts/io.nosqlbench/nb-api/
implementation 'io.nosqlbench:nb-api:3.12.90'
// https://jarcasting.com/artifacts/io.nosqlbench/nb-api/
implementation ("io.nosqlbench:nb-api:3.12.90")
'io.nosqlbench:nb-api:jar:3.12.90'
<dependency org="io.nosqlbench" name="nb-api" rev="3.12.90">
  <artifact name="nb-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nosqlbench', module='nb-api', version='3.12.90')
)
libraryDependencies += "io.nosqlbench" % "nb-api" % "3.12.90"
[io.nosqlbench/nb-api "3.12.90"]