MVN

com.zengtengpeng : redisson-spring-boot-starter

Maven & Gradle

Aug 11, 2023
1 usages

redisson-spring-boot-starter

<dependency>
    <groupId>com.zengtengpeng</groupId>
    <artifactId>redisson-spring-boot-starter</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.2

All Versions

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

Version Vulnerabilities Updated
3.0.x
redisson-spring-boot-starter-3.0.2
redisson-spring-boot-starter-3.0.1
redisson-spring-boot-starter-3.0.0
1.0.x
redisson-spring-boot-starter-1.0.19
redisson-spring-boot-starter-1.0.18
redisson-spring-boot-starter-1.0.17
redisson-spring-boot-starter-1.0.16
redisson-spring-boot-starter-1.0.15
redisson-spring-boot-starter-1.0.14
redisson-spring-boot-starter-1.0.13
redisson-spring-boot-starter-1.0.12
redisson-spring-boot-starter-1.0.11
redisson-spring-boot-starter-1.0.10
redisson-spring-boot-starter-1.0.9
redisson-spring-boot-starter-1.0.8
redisson-spring-boot-starter-1.0.7
redisson-spring-boot-starter-1.0.6
redisson-spring-boot-starter-1.0.5
redisson-spring-boot-starter-1.0.4
redisson-spring-boot-starter-1.0.3
redisson-spring-boot-starter-1.0.2
redisson-spring-boot-starter-1.0.1
redisson-spring-boot-starter-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.zengtengpeng</groupId>
    <artifactId>redisson-spring-boot-starter</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.zengtengpeng:redisson-spring-boot-starter:3.0.2'

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

implementation("com.zengtengpeng:redisson-spring-boot-starter:3.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.zengtengpeng" % "redisson-spring-boot-starter" % "3.0.2"

Advertisement