is not current version
Last Version 0.7-pre2

li.allan:easycache 0.1.2

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

GroupId

GroupId

li.allan
ArtifactId

ArtifactId

easycache
Version

Version

0.1.2
Type

Type

jar

Download easycache 0.1.2


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