t

tools-redis

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