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