is not current version
Last Version 0.7-pre2

li.allan:easycache 0.6-pre2

Caching Java method results with Java annotations.

GroupId

GroupId

li.allan
ArtifactId

ArtifactId

easycache
Version

Version

0.6-pre2
Type

Type

jar

Download easycache 0.6-pre2


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