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