c

common-redis

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