n

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.
The Apache License, Version 2.0
Files download
File Operation
nb-api-5.17.0.jar download
nb-api-5.17.0.pom download
nb-api-5.17.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.nosqlbench</groupId>
  <artifactId>nb-api</artifactId>
  <version>5.17.0</version>
</dependency>
Gradle Groovy
implementation 'io.nosqlbench:nb-api:5.17.0'
Gradle Kotlin
implementation("io.nosqlbench:nb-api:5.17.0")
Scala SBT
libraryDependencies += "io.nosqlbench" % "nb-api" % "5.17.0"
Groovy Grape
@Grapes(
  @Grab(group='io.nosqlbench', module='nb-api', version='5.17.0')
)
Apache Ivy
<dependency org="io.nosqlbench" name="nb-api" rev="5.17.0" />
Leiningen
[io.nosqlbench/nb-api "5.17.0"]
Apache Buildr
'io.nosqlbench:nb-api:jar:5.17.0'