is not current version
Last Version 1.0.0

com.lordofthejars:nosqlunit 1.0.0-rc.1

NoSQL is a JUnit extension targeted to nosql-driven projects.

GroupId

GroupId

com.lordofthejars
ArtifactId

ArtifactId

nosqlunit
Version

Version

1.0.0-rc.1
Type

Type

pom

Download nosqlunit 1.0.0-rc.1

Filename Size
nosqlunit-1.0.0-rc.1.pom 15 KB
Browse

<!-- https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit/ -->
<dependency>
    <groupId>com.lordofthejars</groupId>
    <artifactId>nosqlunit</artifactId>
    <version>1.0.0-rc.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit/
implementation 'com.lordofthejars:nosqlunit:1.0.0-rc.1'
// https://jarcasting.com/artifacts/com.lordofthejars/nosqlunit/
implementation ("com.lordofthejars:nosqlunit:1.0.0-rc.1")
'com.lordofthejars:nosqlunit:pom:1.0.0-rc.1'
<dependency org="com.lordofthejars" name="nosqlunit" rev="1.0.0-rc.1">
  <artifact name="nosqlunit" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lordofthejars', module='nosqlunit', version='1.0.0-rc.1')
)
libraryDependencies += "com.lordofthejars" % "nosqlunit" % "1.0.0-rc.1"
[com.lordofthejars/nosqlunit "1.0.0-rc.1"]