MVN

org.redisson : redisson-spring-data-31

Maven & Gradle

Aug 15, 2023

Redisson/Spring Data Redis v3.1.x integration

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

Latest Version

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

  • Latest Stable: 3.23.3

All Versions

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

Version Vulnerabilities Updated
3.23.x
redisson-spring-data-31-3.23.3
redisson-spring-data-31-3.23.2
redisson-spring-data-31-3.23.1
redisson-spring-data-31-3.23.0
3.22.x
redisson-spring-data-31-3.22.1
redisson-spring-data-31-3.22.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.redisson</groupId>
    <artifactId>redisson-spring-data-31</artifactId>
    <version>3.23.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.redisson:redisson-spring-data-31:3.23.3'

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

implementation("org.redisson:redisson-spring-data-31:3.23.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.redisson" % "redisson-spring-data-31" % "3.23.3"

Advertisement