is not current version
Last Version 2.7.0

com.github.zuihou:zuihou-cache-starter 2.2

缓存抽象模块

GroupId

GroupId

com.github.zuihou
ArtifactId

ArtifactId

zuihou-cache-starter
Version

Version

2.2
Type

Type

jar

Download zuihou-cache-starter 2.2


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