License |
License |
---|---|
GroupId | GroupIdio.nosqlbench |
ArtifactId | ArtifactIdnb-api |
Version | Version4.15.93 |
Type | Typejar |
Description |
Descriptionnb-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.
|
Filename | Size |
---|---|
nb-api-4.15.93.pom | |
nb-api-4.15.93.jar | 237 KB |
nb-api-4.15.93-sources.jar | 143 KB |
nb-api-4.15.93-javadoc.jar | 918 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.nosqlbench/nb-api/ -->
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>nb-api</artifactId>
<version>4.15.93</version>
</dependency>
// https://jarcasting.com/artifacts/io.nosqlbench/nb-api/
implementation 'io.nosqlbench:nb-api:4.15.93'
// https://jarcasting.com/artifacts/io.nosqlbench/nb-api/
implementation ("io.nosqlbench:nb-api:4.15.93")
'io.nosqlbench:nb-api:jar:4.15.93'
<dependency org="io.nosqlbench" name="nb-api" rev="4.15.93">
<artifact name="nb-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nosqlbench', module='nb-api', version='4.15.93')
)
libraryDependencies += "io.nosqlbench" % "nb-api" % "4.15.93"
[io.nosqlbench/nb-api "4.15.93"]
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.19.0 |
org.junit.platform : junit-platform-launcher | jar | 1.7.2 |
org.junit.jupiter : junit-jupiter | jar | 5.7.2 |