License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcn.howaric.cache |
ArtifactId | ArtifactIdspring-boot-starter-cache-enhancer |
Version | Version0.0.1 |
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.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.howaric.cache/spring-boot-starter-cache-enhancer/
implementation 'cn.howaric.cache:spring-boot-starter-cache-enhancer:0.0.1'
// https://jarcasting.com/artifacts/cn.howaric.cache/spring-boot-starter-cache-enhancer/
implementation ("cn.howaric.cache:spring-boot-starter-cache-enhancer:0.0.1")
'cn.howaric.cache:spring-boot-starter-cache-enhancer:jar:0.0.1'
<dependency org="cn.howaric.cache" name="spring-boot-starter-cache-enhancer" rev="0.0.1">
<artifact name="spring-boot-starter-cache-enhancer" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.howaric.cache', module='spring-boot-starter-cache-enhancer', version='0.0.1')
)
libraryDependencies += "cn.howaric.cache" % "spring-boot-starter-cache-enhancer" % "0.0.1"
[cn.howaric.cache/spring-boot-starter-cache-enhancer "0.0.1"]
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 |