文件下载
文件名 操作
nosqlunit-redis-0.8.1.jar 下载
nosqlunit-redis-0.8.1.pom 下载
nosqlunit-redis-0.8.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.lordofthejars</groupId>
  <artifactId>nosqlunit-redis</artifactId>
  <version>0.8.1</version>
</dependency>
Gradle Groovy
implementation 'com.lordofthejars:nosqlunit-redis:0.8.1'
Gradle Kotlin
implementation("com.lordofthejars:nosqlunit-redis:0.8.1")
Scala SBT
libraryDependencies += "com.lordofthejars" % "nosqlunit-redis" % "0.8.1"
Groovy Grape
@Grapes(
  @Grab(group='com.lordofthejars', module='nosqlunit-redis', version='0.8.1')
)
Apache Ivy
<dependency org="com.lordofthejars" name="nosqlunit-redis" rev="0.8.1" />
Leiningen
[com.lordofthejars/nosqlunit-redis "0.8.1"]
Apache Buildr
'com.lordofthejars:nosqlunit-redis:jar:0.8.1'