MVN

com.github.lansheng228 : spring-boot-memory-cache-starter

Maven & Gradle

Mar 01, 2023

spring-boot-memory-cache-starter · 基于springboot的redis分布式模式和集群模式

<dependency>
    <groupId>com.github.lansheng228</groupId>
    <artifactId>spring-boot-memory-cache-starter</artifactId>
    <version>3.0.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.lansheng228 : spring-boot-memory-cache-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.3.2

All Versions

Choose a version of com.github.lansheng228 : spring-boot-memory-cache-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
spring-boot-memory-cache-starter-3.0.3.2
spring-boot-memory-cache-starter-3.0.3.1
spring-boot-memory-cache-starter-3.0.3
2.3.x
spring-boot-memory-cache-starter-2.3.2.2.RELEASE
spring-boot-memory-cache-starter-2.3.2.1.RELEASE
spring-boot-memory-cache-starter-2.3.0.1.RELEASE
spring-boot-memory-cache-starter-2.3.0.0.RELEASE
2.2.x
spring-boot-memory-cache-starter-2.2.7.6.RELEASE
spring-boot-memory-cache-starter-2.2.7.5.RELEASE
spring-boot-memory-cache-starter-2.2.7.4.RELEASE
spring-boot-memory-cache-starter-2.2.7.3.RELEASE
spring-boot-memory-cache-starter-2.2.7.1.RELEASE
spring-boot-memory-cache-starter-2.2.7.0.RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.lansheng228</groupId>
    <artifactId>spring-boot-memory-cache-starter</artifactId>
    <version>3.0.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.lansheng228 : spring-boot-memory-cache-starter gradle dependency to your build.gradle file:

implementation 'com.github.lansheng228:spring-boot-memory-cache-starter:3.0.3.2'

Gradle Kotlin DSL: Add the following com.github.lansheng228 : spring-boot-memory-cache-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.lansheng228:spring-boot-memory-cache-starter:3.0.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.lansheng228 : spring-boot-memory-cache-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.lansheng228" % "spring-boot-memory-cache-starter" % "3.0.3.2"