License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.howaric.cache |
ArtifactId | ArtifactIdspring-boot-starter-cache-enhancer |
Version | Version0.1.0 |
Type | Typejar |
Description |
Descriptionspring-boot-starter-cache-enhancer
spring-enhanced-cache
|
<!-- https://jarcasting.com/artifacts/cn.howaric.cache/spring-boot-starter-cache-enhancer/ -->
<dependency>
<groupId>cn.howaric.cache</groupId>
<artifactId>spring-boot-starter-cache-enhancer</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.howaric.cache/spring-boot-starter-cache-enhancer/
implementation 'cn.howaric.cache:spring-boot-starter-cache-enhancer:0.1.0'
// https://jarcasting.com/artifacts/cn.howaric.cache/spring-boot-starter-cache-enhancer/
implementation ("cn.howaric.cache:spring-boot-starter-cache-enhancer:0.1.0")
'cn.howaric.cache:spring-boot-starter-cache-enhancer:jar:0.1.0'
<dependency org="cn.howaric.cache" name="spring-boot-starter-cache-enhancer" rev="0.1.0">
<artifact name="spring-boot-starter-cache-enhancer" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.howaric.cache', module='spring-boot-starter-cache-enhancer', version='0.1.0')
)
libraryDependencies += "cn.howaric.cache" % "spring-boot-starter-cache-enhancer" % "0.1.0"
[cn.howaric.cache/spring-boot-starter-cache-enhancer "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-cache | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.slf4j : slf4j-api | jar |