<dependency> <groupId>com.lordofthejars</groupId> <artifactId>nosqlunit</artifactId> <version>0.7.6</version> <type>pom</type> </dependency>
implementation 'com.lordofthejars:nosqlunit:0.7.6'
implementation("com.lordofthejars:nosqlunit:0.7.6")
libraryDependencies += "com.lordofthejars" % "nosqlunit" % "0.7.6"
@Grapes( @Grab(group='com.lordofthejars', module='nosqlunit', version='0.7.6') )
<dependency org="com.lordofthejars" name="nosqlunit" rev="0.7.6" />
[com.lordofthejars/nosqlunit "0.7.6"]
'com.lordofthejars:nosqlunit:jar:0.7.6'
<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
provided
|-- junit:junit:4.11
test
|-- org.mockito:mockito-all:1.9.0
|-- ch.qos.logback:logback-classic