r

redis-spring-boot-starter

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