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