is not current version
Last Version 4.15.98

io.nosqlbench:nb-annotations 3.12.143

This is the annotations module for NoSQLBench. It is the only upstream module from nb-api. It is a separate module to enable annotation processors to be compiled separately to be used downstream in any module that depends on the api. To use this module, simply depend on nb-api.

GroupId

GroupId

io.nosqlbench
ArtifactId

ArtifactId

nb-annotations
Version

Version

3.12.143
Type

Type

jar

Download nb-annotations 3.12.143


<!-- https://jarcasting.com/artifacts/io.nosqlbench/nb-annotations/ -->
<dependency>
    <groupId>io.nosqlbench</groupId>
    <artifactId>nb-annotations</artifactId>
    <version>3.12.143</version>
</dependency>
// https://jarcasting.com/artifacts/io.nosqlbench/nb-annotations/
implementation 'io.nosqlbench:nb-annotations:3.12.143'
// https://jarcasting.com/artifacts/io.nosqlbench/nb-annotations/
implementation ("io.nosqlbench:nb-annotations:3.12.143")
'io.nosqlbench:nb-annotations:jar:3.12.143'
<dependency org="io.nosqlbench" name="nb-annotations" rev="3.12.143">
  <artifact name="nb-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nosqlbench', module='nb-annotations', version='3.12.143')
)
libraryDependencies += "io.nosqlbench" % "nb-annotations" % "3.12.143"
[io.nosqlbench/nb-annotations "3.12.143"]