is not current version
Last Version 1.4.7

cn.soilove:spring-boot-starter-cache 1.1.2

Redis and caffeineCache Spring Boot starter

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

cn.soilove
ArtifactId

ArtifactId

spring-boot-starter-cache
Version

Version

1.1.2
Type

Type

jar

Download spring-boot-starter-cache 1.1.2


<!-- https://jarcasting.com/artifacts/cn.soilove/spring-boot-starter-cache/ -->
<dependency>
    <groupId>cn.soilove</groupId>
    <artifactId>spring-boot-starter-cache</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.soilove/spring-boot-starter-cache/
implementation 'cn.soilove:spring-boot-starter-cache:1.1.2'
// https://jarcasting.com/artifacts/cn.soilove/spring-boot-starter-cache/
implementation ("cn.soilove:spring-boot-starter-cache:1.1.2")
'cn.soilove:spring-boot-starter-cache:jar:1.1.2'
<dependency org="cn.soilove" name="spring-boot-starter-cache" rev="1.1.2">
  <artifact name="spring-boot-starter-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.soilove', module='spring-boot-starter-cache', version='1.1.2')
)
libraryDependencies += "cn.soilove" % "spring-boot-starter-cache" % "1.1.2"
[cn.soilove/spring-boot-starter-cache "1.1.2"]