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