License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.soilove |
ArtifactId | ArtifactIdspring-boot-starter-cache |
Version | Version1.4.7 |
Type | Typejar |
Description |
Descriptionspring-boot-starter-cache
Redis and Caffeine cache Spring Boot starter
|
<!-- https://jarcasting.com/artifacts/cn.soilove/spring-boot-starter-cache/ -->
<dependency>
<groupId>cn.soilove</groupId>
<artifactId>spring-boot-starter-cache</artifactId>
<version>1.4.7</version>
</dependency>
// https://jarcasting.com/artifacts/cn.soilove/spring-boot-starter-cache/
implementation 'cn.soilove:spring-boot-starter-cache:1.4.7'
// https://jarcasting.com/artifacts/cn.soilove/spring-boot-starter-cache/
implementation ("cn.soilove:spring-boot-starter-cache:1.4.7")
'cn.soilove:spring-boot-starter-cache:jar:1.4.7'
<dependency org="cn.soilove" name="spring-boot-starter-cache" rev="1.4.7">
<artifact name="spring-boot-starter-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.soilove', module='spring-boot-starter-cache', version='1.4.7')
)
libraryDependencies += "cn.soilove" % "spring-boot-starter-cache" % "1.4.7"
[cn.soilove/spring-boot-starter-cache "1.4.7"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.12 |
com.github.ben-manes.caffeine : caffeine | jar | 2.8.5 |
redis.clients : jedis | jar | 3.3.0 |
com.alibaba : fastjson | jar | 1.2.70 |
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.springframework.boot : spring-boot-autoconfigure-processor Optional | jar | |
org.aspectj : aspectjweaver | jar | 1.9.5 |
com.google.guava : guava | jar | 30.0-jre |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-dependencies | pom | 2.2.6.RELEASE |