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.7.4.pom download
Apache Maven
<dependency>
  <groupId>com.lordofthejars</groupId>
  <artifactId>nosqlunit</artifactId>
  <version>0.7.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.lordofthejars:nosqlunit:0.7.4'
Gradle Kotlin
implementation("com.lordofthejars:nosqlunit:0.7.4")
Scala SBT
libraryDependencies += "com.lordofthejars" % "nosqlunit" % "0.7.4"
Groovy Grape
@Grapes(
  @Grab(group='com.lordofthejars', module='nosqlunit', version='0.7.4')
)
Apache Ivy
<dependency org="com.lordofthejars" name="nosqlunit" rev="0.7.4" />
Leiningen
[com.lordofthejars/nosqlunit "0.7.4"]
Apache Buildr
'com.lordofthejars:nosqlunit:jar:0.7.4'