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