| License |
License |
|---|---|
| GroupId | GroupIdio.nosqlbench |
| ArtifactId | ArtifactIdnb-api |
| Version | Version4.15.46 |
| 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.46.pom | |
| nb-api-4.15.46.jar | 133 KB |
| nb-api-4.15.46-sources.jar | 77 KB |
| nb-api-4.15.46-javadoc.jar | 595 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.nosqlbench/nb-api/ -->
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>nb-api</artifactId>
<version>4.15.46</version>
</dependency>
// https://jarcasting.com/artifacts/io.nosqlbench/nb-api/
implementation 'io.nosqlbench:nb-api:4.15.46'
// https://jarcasting.com/artifacts/io.nosqlbench/nb-api/
implementation ("io.nosqlbench:nb-api:4.15.46")
'io.nosqlbench:nb-api:jar:4.15.46'
<dependency org="io.nosqlbench" name="nb-api" rev="4.15.46">
<artifact name="nb-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nosqlbench', module='nb-api', version='4.15.46')
)
libraryDependencies += "io.nosqlbench" % "nb-api" % "4.15.46"
[io.nosqlbench/nb-api "4.15.46"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.nosqlbench : nb-annotations | jar | 4.15.46 |
| com.vladsch.flexmark : flexmark-ext-yaml-front-matter | jar | 0.61.6 |
| com.vladsch.flexmark : flexmark-html2md-converter | jar | 0.61.6 |
| net.sf.jopt-simple : jopt-simple | jar | 5.0.3 |
| com.google.code.gson : gson | jar | 2.8.5 |
| com.github.oshi : oshi-core | jar | 5.2.2 |
| org.openjdk.jmh : jmh-core | jar | 1.22 |
| org.openjdk.jmh : jmh-generator-annprocess | jar | 1.22 |
| org.apache.commons : commons-csv | jar | 1.8 |
| org.apache.logging.log4j : log4j-api | jar | 2.14.0 |
| org.apache.logging.log4j : log4j-core | jar | 2.14.0 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | 3.15.0 |
| org.junit.platform : junit-platform-launcher | jar | 1.6.2 |
| org.junit.jupiter : junit-jupiter | jar | 5.6.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
| org.junit.vintage : junit-vintage-engine | jar | 5.6.2 |