Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.gitee.reger |
ArtifactId | ArtifactIdspring-boot-starter-l2cache |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitee.reger/spring-boot-starter-l2cache/ -->
<dependency>
<groupId>com.gitee.reger</groupId>
<artifactId>spring-boot-starter-l2cache</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.reger/spring-boot-starter-l2cache/
implementation 'com.gitee.reger:spring-boot-starter-l2cache:2.0.0'
// https://jarcasting.com/artifacts/com.gitee.reger/spring-boot-starter-l2cache/
implementation ("com.gitee.reger:spring-boot-starter-l2cache:2.0.0")
'com.gitee.reger:spring-boot-starter-l2cache:jar:2.0.0'
<dependency org="com.gitee.reger" name="spring-boot-starter-l2cache" rev="2.0.0">
<artifact name="spring-boot-starter-l2cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.reger', module='spring-boot-starter-l2cache', version='2.0.0')
)
libraryDependencies += "com.gitee.reger" % "spring-boot-starter-l2cache" % "2.0.0"
[com.gitee.reger/spring-boot-starter-l2cache "2.0.0"]