MVN

org.redisson : redisson-spring-boot-starter

Maven & Gradle

Aug 15, 2023
152 usages
21.3k stars

Redisson/Spring Boot Starter

<dependency>
    <groupId>org.redisson</groupId>
    <artifactId>redisson-spring-boot-starter</artifactId>
    <version>3.23.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.redisson : redisson-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.23.3

All Versions

Choose a version of org.redisson : redisson-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.23.x
redisson-spring-boot-starter-3.23.3
redisson-spring-boot-starter-3.23.2
redisson-spring-boot-starter-3.23.1
redisson-spring-boot-starter-3.23.0
3.22.x
redisson-spring-boot-starter-3.22.1
redisson-spring-boot-starter-3.22.0
3.21.x
redisson-spring-boot-starter-3.21.3
redisson-spring-boot-starter-3.21.2
redisson-spring-boot-starter-3.21.1
redisson-spring-boot-starter-3.21.0
3.20.x
redisson-spring-boot-starter-3.20.1
redisson-spring-boot-starter-3.20.0
3.19.x
redisson-spring-boot-starter-3.19.3
redisson-spring-boot-starter-3.19.2
redisson-spring-boot-starter-3.19.1
redisson-spring-boot-starter-3.19.0
3.18.x
redisson-spring-boot-starter-3.18.1
redisson-spring-boot-starter-3.18.0
3.17.x
redisson-spring-boot-starter-3.17.7
redisson-spring-boot-starter-3.17.6
redisson-spring-boot-starter-3.17.5
redisson-spring-boot-starter-3.17.4
redisson-spring-boot-starter-3.17.3
redisson-spring-boot-starter-3.17.2
redisson-spring-boot-starter-3.17.1
redisson-spring-boot-starter-3.17.0
3.16.x
redisson-spring-boot-starter-3.16.8
redisson-spring-boot-starter-3.16.7
redisson-spring-boot-starter-3.16.6
redisson-spring-boot-starter-3.16.5
redisson-spring-boot-starter-3.16.4
redisson-spring-boot-starter-3.16.3
redisson-spring-boot-starter-3.16.2
redisson-spring-boot-starter-3.16.1
redisson-spring-boot-starter-3.16.0
3.15.x
redisson-spring-boot-starter-3.15.6
redisson-spring-boot-starter-3.15.5
redisson-spring-boot-starter-3.15.4
redisson-spring-boot-starter-3.15.3
redisson-spring-boot-starter-3.15.2
redisson-spring-boot-starter-3.15.1
redisson-spring-boot-starter-3.15.0
3.14.x
redisson-spring-boot-starter-3.14.1
redisson-spring-boot-starter-3.14.0
3.13.x
redisson-spring-boot-starter-3.13.6
redisson-spring-boot-starter-3.13.5
redisson-spring-boot-starter-3.13.4
redisson-spring-boot-starter-3.13.3
redisson-spring-boot-starter-3.13.2
redisson-spring-boot-starter-3.13.1
redisson-spring-boot-starter-3.13.0
3.12.x
redisson-spring-boot-starter-3.12.5
redisson-spring-boot-starter-3.12.4
redisson-spring-boot-starter-3.12.3
redisson-spring-boot-starter-3.12.2
redisson-spring-boot-starter-3.12.1
redisson-spring-boot-starter-3.12.0
3.11.x
redisson-spring-boot-starter-3.11.6
redisson-spring-boot-starter-3.11.5
redisson-spring-boot-starter-3.11.4
redisson-spring-boot-starter-3.11.3
redisson-spring-boot-starter-3.11.2
redisson-spring-boot-starter-3.11.1
redisson-spring-boot-starter-3.11.0
3.10.x
redisson-spring-boot-starter-3.10.7
redisson-spring-boot-starter-3.10.6
redisson-spring-boot-starter-3.10.5
redisson-spring-boot-starter-3.10.4
redisson-spring-boot-starter-3.10.3
redisson-spring-boot-starter-3.10.2
redisson-spring-boot-starter-3.10.1
redisson-spring-boot-starter-3.10.0
3.9.x
redisson-spring-boot-starter-3.9.1
redisson-spring-boot-starter-3.9.0
3.8.x
redisson-spring-boot-starter-3.8.2
redisson-spring-boot-starter-3.8.1
redisson-spring-boot-starter-3.8.0
2.15.x
redisson-spring-boot-starter-2.15.2
redisson-spring-boot-starter-2.15.1
redisson-spring-boot-starter-2.15.0
2.14.x
redisson-spring-boot-starter-2.14.1
redisson-spring-boot-starter-2.14.0
2.13.x
redisson-spring-boot-starter-2.13.2
redisson-spring-boot-starter-2.13.1
redisson-spring-boot-starter-2.13.0

How to add a dependency to Maven

Add the following org.redisson : redisson-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.redisson</groupId>
    <artifactId>redisson-spring-boot-starter</artifactId>
    <version>3.23.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.redisson : redisson-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'org.redisson:redisson-spring-boot-starter:3.23.3'

Gradle Kotlin DSL: Add the following org.redisson : redisson-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("org.redisson:redisson-spring-boot-starter:3.23.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.redisson : redisson-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "org.redisson" % "redisson-spring-boot-starter" % "3.23.3"

Advertisement

Dependencies from Group

Aug 15, 2023
493 usages
21.3k stars
Aug 15, 2023
152 usages
21.3k stars
Aug 15, 2023
15 usages
20.7k stars
Aug 15, 2023
8 usages
21.3k stars
Aug 15, 2023
5 usages
20.7k stars

Discover Dependencies

Aug 17, 2020
119 usages
735 stars
Jun 29, 2023
122 usages
12.7k stars
Apr 01, 2021
79 usages
1.1k stars
Aug 21, 2023
115 usages
3.9k stars
Jun 08, 2018
95 usages
734 stars
Feb 06, 2023
104 usages
693 stars
Jul 28, 2023
90 usages
332 stars
Jan 24, 2021
89 usages
4.6k stars
Jul 18, 2023
80 usages
12.5k stars