<dependency> <groupId>com.lordofthejars</groupId> <artifactId>nosqlunit-redis</artifactId> <version>0.7.5</version> </dependency>
implementation 'com.lordofthejars:nosqlunit-redis:0.7.5'
implementation("com.lordofthejars:nosqlunit-redis:0.7.5")
libraryDependencies += "com.lordofthejars" % "nosqlunit-redis" % "0.7.5"
@Grapes( @Grab(group='com.lordofthejars', module='nosqlunit-redis', version='0.7.5') )
<dependency org="com.lordofthejars" name="nosqlunit-redis" rev="0.7.5" />
[com.lordofthejars/nosqlunit-redis "0.7.5"]
'com.lordofthejars:nosqlunit-redis:jar:0.7.5'
<parent> <groupId>com.lordofthejars</groupId> <artifactId>nosqlunit</artifactId> <version>0.7.5</version> </parent>
compile
|-- com.google.guava:guava
|-- com.lordofthejars:nosqlunit-core
|-- redis.clients:jedis
|-- com.google.code.findbugs:jsr305
|-- com.googlecode.json-simple:json-simple