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