is not current version
Last Version 0.7-pre2

li.allan:easycache 0.7-pre1

Caching Java method results with Java annotations.

GroupId

GroupId

li.allan
ArtifactId

ArtifactId

easycache
Version

Version

0.7-pre1
Type

Type

jar

Download easycache 0.7-pre1


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