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