t

tools-redis

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