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