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