Files download
File Operation
nosqlunit-redis-0.7.4.jar download
nosqlunit-redis-0.7.4.pom download
nosqlunit-redis-0.7.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lordofthejars</groupId>
  <artifactId>nosqlunit-redis</artifactId>
  <version>0.7.4</version>
</dependency>
Gradle Groovy
implementation 'com.lordofthejars:nosqlunit-redis:0.7.4'
Gradle Kotlin
implementation("com.lordofthejars:nosqlunit-redis:0.7.4")
Scala SBT
libraryDependencies += "com.lordofthejars" % "nosqlunit-redis" % "0.7.4"
Groovy Grape
@Grapes(
  @Grab(group='com.lordofthejars', module='nosqlunit-redis', version='0.7.4')
)
Apache Ivy
<dependency org="com.lordofthejars" name="nosqlunit-redis" rev="0.7.4" />
Leiningen
[com.lordofthejars/nosqlunit-redis "0.7.4"]
Apache Buildr
'com.lordofthejars:nosqlunit-redis:jar:0.7.4'