License |
License |
---|---|
GroupId | GroupIdio.nosqlbench |
ArtifactId | ArtifactIdnb-api |
Version | Version4.15.64 |
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.64.pom | |
nb-api-4.15.64.jar | 144 KB |
nb-api-4.15.64-sources.jar | 84 KB |
nb-api-4.15.64-javadoc.jar | 646 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.nosqlbench/nb-api/ -->
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>nb-api</artifactId>
<version>4.15.64</version>
</dependency>
// https://jarcasting.com/artifacts/io.nosqlbench/nb-api/
implementation 'io.nosqlbench:nb-api:4.15.64'
// https://jarcasting.com/artifacts/io.nosqlbench/nb-api/
implementation ("io.nosqlbench:nb-api:4.15.64")
'io.nosqlbench:nb-api:jar:4.15.64'
<dependency org="io.nosqlbench" name="nb-api" rev="4.15.64">
<artifact name="nb-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nosqlbench', module='nb-api', version='4.15.64')
)
libraryDependencies += "io.nosqlbench" % "nb-api" % "4.15.64"
[io.nosqlbench/nb-api "4.15.64"]
Group / Artifact | Type | Version |
---|---|---|
io.nosqlbench : nb-annotations | jar | 4.15.64 |
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 |
com.amazonaws : aws-java-sdk-s3 | jar | 1.12.12 |
javax.xml.bind : jaxb-api | jar | 2.4.0-b180830.0359 |
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.1 |
org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.1 |
org.apache.logging.log4j : log4j-jcl | jar | 2.14.1 |
org.apache.logging.log4j : slf4j-impl | jar | 2.0-alpha2 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.slf4j : slf4j-log4j12 | jar | 1.7.26 |
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 |