n

nb-annotations

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.
Files download
File Operation
nb-annotations-4.15.63.jar download
nb-annotations-4.15.63.pom download
nb-annotations-4.15.63-sources.jar download
Apache Maven
<dependency>
  <groupId>io.nosqlbench</groupId>
  <artifactId>nb-annotations</artifactId>
  <version>4.15.63</version>
</dependency>
Gradle Groovy
implementation 'io.nosqlbench:nb-annotations:4.15.63'
Gradle Kotlin
implementation("io.nosqlbench:nb-annotations:4.15.63")
Scala SBT
libraryDependencies += "io.nosqlbench" % "nb-annotations" % "4.15.63"
Groovy Grape
@Grapes(
  @Grab(group='io.nosqlbench', module='nb-annotations', version='4.15.63')
)
Apache Ivy
<dependency org="io.nosqlbench" name="nb-annotations" rev="4.15.63" />
Leiningen
[io.nosqlbench/nb-annotations "4.15.63"]
Apache Buildr
'io.nosqlbench:nb-annotations:jar:4.15.63'