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