MVN

top.chukongxiang : spring-cache

Maven & Gradle

Oct 08, 2022
1 stars

spring-cache

<dependency>
    <groupId>top.chukongxiang</groupId>
    <artifactId>spring-cache</artifactId>
    <version>2.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of top.chukongxiang : spring-cache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.8

All Versions

Choose a version of top.chukongxiang : spring-cache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
spring-cache-2.1.8
spring-cache-2.1.7
spring-cache-2.1.6
spring-cache-2.1.5
spring-cache-2.1.4
spring-cache-2.1.3
spring-cache-2.1.2
spring-cache-2.1.1
spring-cache-2.1.0
2.0.x
spring-cache-2.0.2
spring-cache-2.0.1
spring-cache-2.0.0
1.4.x
spring-cache-1.4.0
1.3.x
spring-cache-1.3.0
1.2.x
spring-cache-1.2.0
1.0.x
spring-cache-1.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>top.chukongxiang</groupId>
    <artifactId>spring-cache</artifactId>
    <version>2.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following top.chukongxiang : spring-cache gradle dependency to your build.gradle file:

implementation 'top.chukongxiang:spring-cache:2.1.8'

Gradle Kotlin DSL: Add the following top.chukongxiang : spring-cache gradle kotlin dependency to your build.gradle.kts file:

implementation("top.chukongxiang:spring-cache:2.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following top.chukongxiang : spring-cache sbt scala dependency to your build.sbt file:

libraryDependencies += "top.chukongxiang" % "spring-cache" % "2.1.8"