EasyCache

EasyCache is a cache manage tool base on AOP+Annotation, decouple caching from business logic.

License

License

GroupId

GroupId

li.allan
ArtifactId

ArtifactId

easycache-project
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

pom
Description

Description

EasyCache
EasyCache is a cache manage tool base on AOP+Annotation, decouple caching from business logic.
Project URL

Project URL

https://github.com/lialun/EasyCache
Source Code Management

Source Code Management

https://github.com/lialun/EasyCache

Download easycache-project

How to add to project

<!-- https://jarcasting.com/artifacts/li.allan/easycache-project/ -->
<dependency>
    <groupId>li.allan</groupId>
    <artifactId>easycache-project</artifactId>
    <version>0.1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/li.allan/easycache-project/
implementation 'li.allan:easycache-project:0.1.2'
// https://jarcasting.com/artifacts/li.allan/easycache-project/
implementation ("li.allan:easycache-project:0.1.2")
'li.allan:easycache-project:pom:0.1.2'
<dependency org="li.allan" name="easycache-project" rev="0.1.2">
  <artifact name="easycache-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='li.allan', module='easycache-project', version='0.1.2')
)
libraryDependencies += "li.allan" % "easycache-project" % "0.1.2"
[li.allan/easycache-project "0.1.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

EasyCache

Build Status License Coverage Status Dependency Status Maven Central

EasyCache is a cache manage tool base on AOP+Annotation, decouple caching from business logic.

Versions

Version
0.1.2