MVN

cn.soilove : easy-cache-starter

Maven & Gradle

Dec 23, 2020
24 stars

easy-cache-starter · Redis and caffeine cache spring boot starter

<dependency>
    <groupId>cn.soilove</groupId>
    <artifactId>easy-cache-starter</artifactId>
    <version>1.4.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4.9

All Versions

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

Version Vulnerabilities Updated
1.4.x
easy-cache-starter-1.4.9

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.soilove</groupId>
    <artifactId>easy-cache-starter</artifactId>
    <version>1.4.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cn.soilove:easy-cache-starter:1.4.9'

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

implementation("cn.soilove:easy-cache-starter:1.4.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "cn.soilove" % "easy-cache-starter" % "1.4.9"

Advertisement