GroupId | GroupIdio.nosqlbench |
---|---|
ArtifactId | ArtifactIdnb-annotations |
Version | Version3.12.110 |
Type | Typejar |
Filename | Size |
---|---|
nb-annotations-3.12.110.pom | |
nb-annotations-3.12.110.jar | 6 KB |
nb-annotations-3.12.110-sources.jar | 4 KB |
nb-annotations-3.12.110-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.110</version>
</dependency>
// https://jarcasting.com/artifacts/io.nosqlbench/nb-annotations/
implementation 'io.nosqlbench:nb-annotations:3.12.110'
// https://jarcasting.com/artifacts/io.nosqlbench/nb-annotations/
implementation ("io.nosqlbench:nb-annotations:3.12.110")
'io.nosqlbench:nb-annotations:jar:3.12.110'
<dependency org="io.nosqlbench" name="nb-annotations" rev="3.12.110">
<artifact name="nb-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nosqlbench', module='nb-annotations', version='3.12.110')
)
libraryDependencies += "io.nosqlbench" % "nb-annotations" % "3.12.110"
[io.nosqlbench/nb-annotations "3.12.110"]