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