is not current version
Last Version 1.2.2

com.github.doobo:union-cache 1.0

基于springboot的注解式缓存,专注注解,自己实现接口ICacheService,支持任何key-value的中间件

GroupId

GroupId

com.github.doobo
ArtifactId

ArtifactId

union-cache
Version

Version

1.0
Type

Type

jar

Download union-cache 1.0


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