spring-boot-starter-cache

spring-boot-starter-cache

Starter for using Spring Framework's caching support
https://spring.io/projects/spring-boot
Apache License, Version 2.0
VMware, Inc.
Spring
文件下载
文件名 操作
spring-boot-starter-cache-2.7.16.jar 下载
spring-boot-starter-cache-2.7.16.pom 下载
spring-boot-starter-cache-2.7.16-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-cache</artifactId>
  <version>2.7.16</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-starter-cache:2.7.16'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-starter-cache:2.7.16")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-cache" % "2.7.16"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-starter-cache', version='2.7.16')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-starter-cache" rev="2.7.16" />
Leiningen
[org.springframework.boot/spring-boot-starter-cache "2.7.16"]
Apache Buildr
'org.springframework.boot:spring-boot-starter-cache:jar:2.7.16'