r

redisson-spring-boot-starter

redisson Spring Boot starter 扩展组件
The Apache Software License, Version 2.0
xphsc
Files download
File Operation
redisson-spring-boot-starter-1.0.5.jar download
redisson-spring-boot-starter-1.0.5.pom download
redisson-spring-boot-starter-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.xphsc.boot</groupId>
  <artifactId>redisson-spring-boot-starter</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'cn.xphsc.boot:redisson-spring-boot-starter:1.0.5'
Gradle Kotlin
implementation("cn.xphsc.boot:redisson-spring-boot-starter:1.0.5")
Scala SBT
libraryDependencies += "cn.xphsc.boot" % "redisson-spring-boot-starter" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='cn.xphsc.boot', module='redisson-spring-boot-starter', version='1.0.5')
)
Apache Ivy
<dependency org="cn.xphsc.boot" name="redisson-spring-boot-starter" rev="1.0.5" />
Leiningen
[cn.xphsc.boot/redisson-spring-boot-starter "1.0.5"]
Apache Buildr
'cn.xphsc.boot:redisson-spring-boot-starter:jar:1.0.5'