r

redisson-spring-boot-starer

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