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