is not current version
Last Version 2.3.2.2.RELEASE

com.github.lansheng228:spring-boot-memory-cache 2.3.0.0.RELEASE

基于springboot的redis分布式模式和集群模式

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.lansheng228
ArtifactId

ArtifactId

spring-boot-memory-cache
Version

Version

2.3.0.0.RELEASE
Type

Type

jar

Download spring-boot-memory-cache 2.3.0.0.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.lansheng228/spring-boot-memory-cache/ -->
<dependency>
    <groupId>com.github.lansheng228</groupId>
    <artifactId>spring-boot-memory-cache</artifactId>
    <version>2.3.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lansheng228/spring-boot-memory-cache/
implementation 'com.github.lansheng228:spring-boot-memory-cache:2.3.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.lansheng228/spring-boot-memory-cache/
implementation ("com.github.lansheng228:spring-boot-memory-cache:2.3.0.0.RELEASE")
'com.github.lansheng228:spring-boot-memory-cache:jar:2.3.0.0.RELEASE'
<dependency org="com.github.lansheng228" name="spring-boot-memory-cache" rev="2.3.0.0.RELEASE">
  <artifact name="spring-boot-memory-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lansheng228', module='spring-boot-memory-cache', version='2.3.0.0.RELEASE')
)
libraryDependencies += "com.github.lansheng228" % "spring-boot-memory-cache" % "2.3.0.0.RELEASE"
[com.github.lansheng228/spring-boot-memory-cache "2.3.0.0.RELEASE"]