GroupId | GroupIdio.nosqlbench |
---|---|
ArtifactId | ArtifactIdnb |
Version | Version3.12.125 |
Type | Typejar |
Filename | Size |
---|---|
nb-3.12.125.pom | |
nb-3.12.125.jar | 10 KB |
nb-3.12.125-sources.jar | 10 KB |
nb-3.12.125-javadoc.jar | 384 KB |
nb-3.12.125-jar-with-dependencies.jar | 102 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.nosqlbench/nb/ -->
<dependency>
<groupId>io.nosqlbench</groupId>
<artifactId>nb</artifactId>
<version>3.12.125</version>
</dependency>
// https://jarcasting.com/artifacts/io.nosqlbench/nb/
implementation 'io.nosqlbench:nb:3.12.125'
// https://jarcasting.com/artifacts/io.nosqlbench/nb/
implementation ("io.nosqlbench:nb:3.12.125")
'io.nosqlbench:nb:jar:3.12.125'
<dependency org="io.nosqlbench" name="nb" rev="3.12.125">
<artifact name="nb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nosqlbench', module='nb', version='3.12.125')
)
libraryDependencies += "io.nosqlbench" % "nb" % "3.12.125"
[io.nosqlbench/nb "3.12.125"]