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