is not current version
Last Version 1.2.2

union-cache 1.1

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

License

License

GroupId

GroupId

com.github.doobo
ArtifactId

ArtifactId

union-cache
Version

Version

1.1
Type

Type

jar
Description

Description

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

Project URL

https://github.com/doobo/union-cache
Source Code Management

Source Code Management

https://github.com/doobo/union-cache

Download union-cache 1.1


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

Dependencies

compile (3)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.12
com.alibaba : fastjson jar 1.2.68
org.springframework.boot : spring-boot-starter-aop Optional jar 2.2.6.RELEASE

Project Modules

There are no modules declared in this project.