MVN

cn.soilove : spring-boot-starter-cache

Maven & Gradle

Nov 09, 2020

spring-boot-starter-cache · Redis and caffeineCache Spring Boot starter

<dependency>
    <groupId>cn.soilove</groupId>
    <artifactId>spring-boot-starter-cache</artifactId>
    <version>1.4.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.soilove : spring-boot-starter-cache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.7

All Versions

Choose a version of cn.soilove : spring-boot-starter-cache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
spring-boot-starter-cache-1.4.7
spring-boot-starter-cache-1.4.6
spring-boot-starter-cache-1.4.5
spring-boot-starter-cache-1.4.4
spring-boot-starter-cache-1.4.3
spring-boot-starter-cache-1.4.2
spring-boot-starter-cache-1.4.1
spring-boot-starter-cache-1.4.0
1.3.x
spring-boot-starter-cache-1.3.2
spring-boot-starter-cache-1.3.1
spring-boot-starter-cache-1.3.0
1.2.x
spring-boot-starter-cache-1.2.1
spring-boot-starter-cache-1.2.0
1.1.x
spring-boot-starter-cache-1.1.9
spring-boot-starter-cache-1.1.8
spring-boot-starter-cache-1.1.7
spring-boot-starter-cache-1.1.6
spring-boot-starter-cache-1.1.5
spring-boot-starter-cache-1.1.3
spring-boot-starter-cache-1.1.2
spring-boot-starter-cache-1.1.1
spring-boot-starter-cache-1.1.0
1.0.x
spring-boot-starter-cache-1.0.9
spring-boot-starter-cache-1.0.8
spring-boot-starter-cache-1.0.7
spring-boot-starter-cache-1.0.6
spring-boot-starter-cache-1.0.5
spring-boot-starter-cache-1.0.3
spring-boot-starter-cache-1.0.2
spring-boot-starter-cache-1.0.1
spring-boot-starter-cache-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.soilove</groupId>
    <artifactId>spring-boot-starter-cache</artifactId>
    <version>1.4.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.soilove : spring-boot-starter-cache gradle dependency to your build.gradle file:

implementation 'cn.soilove:spring-boot-starter-cache:1.4.7'

Gradle Kotlin DSL: Add the following cn.soilove : spring-boot-starter-cache gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.soilove:spring-boot-starter-cache:1.4.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.soilove : spring-boot-starter-cache sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.soilove" % "spring-boot-starter-cache" % "1.4.7"