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