MVN

io.gitee.the-best-riven : smart-redisson-spring-boot-starter

Maven & Gradle

Jul 11, 2022
<dependency>
    <groupId>io.gitee.the-best-riven</groupId>
    <artifactId>smart-redisson-spring-boot-starter</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gitee.the-best-riven : smart-redisson-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7
  • Latest Beta: 1.1.4-beta.1

All Versions

Choose a version of io.gitee.the-best-riven : smart-redisson-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
smart-redisson-spring-boot-starter-1.1.7
smart-redisson-spring-boot-starter-1.1.6
smart-redisson-spring-boot-starter-1.1.5
smart-redisson-spring-boot-starter-1.1.4-beta.1

How to add a dependency to Maven

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

<dependency>
    <groupId>io.gitee.the-best-riven</groupId>
    <artifactId>smart-redisson-spring-boot-starter</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.gitee.the-best-riven : smart-redisson-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'io.gitee.the-best-riven:smart-redisson-spring-boot-starter:1.1.7'

Gradle Kotlin DSL: Add the following io.gitee.the-best-riven : smart-redisson-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.gitee.the-best-riven:smart-redisson-spring-boot-starter:1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.gitee.the-best-riven : smart-redisson-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.gitee.the-best-riven" % "smart-redisson-spring-boot-starter" % "1.1.7"

Advertisement