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