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