License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.lansheng228 |
ArtifactId | ArtifactIdspring-boot-cache |
Last Version | Last Version2.3.2.2.RELEASE |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionspring-boot-cache
基于springboot的redis分布式模式和集群模式
|
Filename | Size |
---|---|
spring-boot-cache-2.3.2.2.RELEASE.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lansheng228/spring-boot-cache/ -->
<dependency>
<groupId>com.github.lansheng228</groupId>
<artifactId>spring-boot-cache</artifactId>
<version>2.3.2.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.lansheng228/spring-boot-cache/
implementation 'com.github.lansheng228:spring-boot-cache:2.3.2.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.lansheng228/spring-boot-cache/
implementation ("com.github.lansheng228:spring-boot-cache:2.3.2.2.RELEASE")
'com.github.lansheng228:spring-boot-cache:pom:2.3.2.2.RELEASE'
<dependency org="com.github.lansheng228" name="spring-boot-cache" rev="2.3.2.2.RELEASE">
<artifact name="spring-boot-cache" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.lansheng228', module='spring-boot-cache', version='2.3.2.2.RELEASE')
)
libraryDependencies += "com.github.lansheng228" % "spring-boot-cache" % "2.3.2.2.RELEASE"
[com.github.lansheng228/spring-boot-cache "2.3.2.2.RELEASE"]