n

nosqlunit

NoSQL is a JUnit extension targeted to nosql-driven projects.
https://github.com/lordofthejars/nosql-unit
Apache License Version 2.0
Alex Soto Bueno
Files download
File Operation
nosqlunit-0.14.0.pom download
Apache Maven
<dependency>
  <groupId>com.lordofthejars</groupId>
  <artifactId>nosqlunit</artifactId>
  <version>0.14.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.lordofthejars:nosqlunit:0.14.0'
Gradle Kotlin
implementation("com.lordofthejars:nosqlunit:0.14.0")
Scala SBT
libraryDependencies += "com.lordofthejars" % "nosqlunit" % "0.14.0"
Groovy Grape
@Grapes(
  @Grab(group='com.lordofthejars', module='nosqlunit', version='0.14.0')
)
Apache Ivy
<dependency org="com.lordofthejars" name="nosqlunit" rev="0.14.0" />
Leiningen
[com.lordofthejars/nosqlunit "0.14.0"]
Apache Buildr
'com.lordofthejars:nosqlunit:jar:0.14.0'