| License |
License |
|---|---|
| GroupId | GroupIdli.allan |
| ArtifactId | ArtifactIdeasycache |
| Last Version | Last Version0.7-pre2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEasyCache
Caching Java method results with Java annotations.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| easycache-0.7-pre2.pom | |
| easycache-0.7-pre2.jar | 88 KB |
| easycache-0.7-pre2-sources.jar | 70 KB |
| easycache-0.7-pre2-javadoc.jar | 454 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/li.allan/easycache/ -->
<dependency>
<groupId>li.allan</groupId>
<artifactId>easycache</artifactId>
<version>0.7-pre2</version>
</dependency>
// https://jarcasting.com/artifacts/li.allan/easycache/
implementation 'li.allan:easycache:0.7-pre2'
// https://jarcasting.com/artifacts/li.allan/easycache/
implementation ("li.allan:easycache:0.7-pre2")
'li.allan:easycache:jar:0.7-pre2'
<dependency org="li.allan" name="easycache" rev="0.7-pre2">
<artifact name="easycache" type="jar" />
</dependency>
@Grapes(
@Grab(group='li.allan', module='easycache', version='0.7-pre2')
)
libraryDependencies += "li.allan" % "easycache" % "0.7-pre2"
[li.allan/easycache "0.7-pre2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 4.3.5.RELEASE |
| org.aspectj : aspectjweaver | jar | 1.8.10 |
| com.google.guava : guava | jar | 20.0 |
| redis.clients : jedis | jar | 2.9.0 |
| org.ehcache : ehcache | jar | 3.2.0 |
| com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.8.7 |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 Optional | jar | 2.8.7 |
| org.apache.thrift : libthrift Optional | jar | 0.10.0 |
| org.slf4j : slf4j-api Optional | jar | 1.7.23 |
| org.slf4j : jcl-over-slf4j Optional | jar | 1.7.23 |
| org.slf4j : slf4j-simple Optional | jar | 1.7.23 |
| org.slf4j : slf4j-log4j12 Optional | jar | 1.7.23 |
| log4j : log4j Optional | jar | 1.2.17 |
| org.apache.logging.log4j : log4j-core Optional | jar | 2.7 |
| commons-logging : commons-logging Optional | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.10 |
| org.springframework : spring-test | jar | 4.3.5.RELEASE |
| com.github.kstyrc : embedded-redis | jar | 0.6 |