Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.soilove |
ArtifactId | ArtifactIdspring-boot-starter-cache |
Version | Version1.0.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.soilove/spring-boot-starter-cache/ -->
<dependency>
<groupId>cn.soilove</groupId>
<artifactId>spring-boot-starter-cache</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/cn.soilove/spring-boot-starter-cache/
implementation 'cn.soilove:spring-boot-starter-cache:1.0.6'
// https://jarcasting.com/artifacts/cn.soilove/spring-boot-starter-cache/
implementation ("cn.soilove:spring-boot-starter-cache:1.0.6")
'cn.soilove:spring-boot-starter-cache:jar:1.0.6'
<dependency org="cn.soilove" name="spring-boot-starter-cache" rev="1.0.6">
<artifact name="spring-boot-starter-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.soilove', module='spring-boot-starter-cache', version='1.0.6')
)
libraryDependencies += "cn.soilove" % "spring-boot-starter-cache" % "1.0.6"
[cn.soilove/spring-boot-starter-cache "1.0.6"]