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