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