MVN

club.zhcs : redission-l2-cache-spring-boot-starter

Maven & Gradle

Nov 02, 2021

redission-l2-cache-spring-boot-starter · 基于redission的二级缓存启动器

<dependency>
    <groupId>club.zhcs</groupId>
    <artifactId>redission-l2-cache-spring-boot-starter</artifactId>
    <version>2.2.13.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of club.zhcs : redission-l2-cache-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.13.RELEASE

All Versions

Choose a version of club.zhcs : redission-l2-cache-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
redission-l2-cache-spring-boot-starter-2.5.6
2.2.x
redission-l2-cache-spring-boot-starter-2.2.13.RELEASE

How to add a dependency to Maven

Add the following club.zhcs : redission-l2-cache-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>club.zhcs</groupId>
    <artifactId>redission-l2-cache-spring-boot-starter</artifactId>
    <version>2.2.13.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following club.zhcs : redission-l2-cache-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'club.zhcs:redission-l2-cache-spring-boot-starter:2.2.13.RELEASE'

Gradle Kotlin DSL: Add the following club.zhcs : redission-l2-cache-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("club.zhcs:redission-l2-cache-spring-boot-starter:2.2.13.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following club.zhcs : redission-l2-cache-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "club.zhcs" % "redission-l2-cache-spring-boot-starter" % "2.2.13.RELEASE"

Advertisement