<dependency> <groupId>com.lordofthejars</groupId> <artifactId>nosqlunit</artifactId> <version>0.4.0</version> <type>pom</type> </dependency>
implementation 'com.lordofthejars:nosqlunit:0.4.0'
implementation("com.lordofthejars:nosqlunit:0.4.0")
libraryDependencies += "com.lordofthejars" % "nosqlunit" % "0.4.0"
@Grapes( @Grab(group='com.lordofthejars', module='nosqlunit', version='0.4.0') )
<dependency org="com.lordofthejars" name="nosqlunit" rev="0.4.0" />
[com.lordofthejars/nosqlunit "0.4.0"]
'com.lordofthejars:nosqlunit:jar:0.4.0'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- org.hamcrest:hamcrest-core:1.3.RC2
|-- org.hamcrest:hamcrest-library:1.3.RC2
|-- org.slf4j:slf4j-api:1.6.4
provided
|-- junit:junit-dep:4.10
test
|-- org.mockito:mockito-all:1.9.0
|-- ch.qos.logback:logback-classic:0.9.24