MVN

io.nosqlbench : nb-spectest

Maven & Gradle

Jan 13, 2023
144 stars

nb-spectest · This module provides the ability to run tests based on tests as specification, using markdown as a wrapper format. This allows for a type of literate exposition of various tests in a form that can be used as markdown documentation. With this, tests, examples, specifications, and documentation can all be one and the same.

<dependency>
    <groupId>io.nosqlbench</groupId>
    <artifactId>nb-spectest</artifactId>
    <version>5.17.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.nosqlbench : nb-spectest to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.17.0

All Versions

Choose a version of io.nosqlbench : nb-spectest to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.17.x
nb-spectest-5.17.0
4.17.x
nb-spectest-4.17.32
nb-spectest-4.17.31
nb-spectest-4.17.29
nb-spectest-4.17.28
nb-spectest-4.17.26
nb-spectest-4.17.25
nb-spectest-4.17.19
nb-spectest-4.17.18
nb-spectest-4.17.17

How to add a dependency to Maven

Add the following io.nosqlbench : nb-spectest maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.nosqlbench</groupId>
    <artifactId>nb-spectest</artifactId>
    <version>5.17.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.nosqlbench : nb-spectest gradle dependency to your build.gradle file:

implementation 'io.nosqlbench:nb-spectest:5.17.0'

Gradle Kotlin DSL: Add the following io.nosqlbench : nb-spectest gradle kotlin dependency to your build.gradle.kts file:

implementation("io.nosqlbench:nb-spectest:5.17.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.nosqlbench : nb-spectest sbt scala dependency to your build.sbt file:

libraryDependencies += "io.nosqlbench" % "nb-spectest" % "5.17.0"

Advertisement

Dependencies from Group

Jan 13, 2023
24 usages
144 stars
Aug 11, 2022
14 usages
144 stars
Jan 13, 2023
7 usages
144 stars
Jan 13, 2023
5 usages
144 stars
Aug 11, 2022
5 usages
144 stars

Discover Dependencies