License |
License |
---|---|
GroupId | GroupIdclub.kingyin |
ArtifactId | ArtifactIdeasycache |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioneasycache
快速缓存开发工具
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
easycache-1.0.1.pom | |
easycache-1.0.1.jar | 133 KB |
easycache-1.0.1-sources.jar | 84 KB |
easycache-1.0.1-javadoc.jar | 711 KB |
Browse |
<!-- https://jarcasting.com/artifacts/club.kingyin/easycache/ -->
<dependency>
<groupId>club.kingyin</groupId>
<artifactId>easycache</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/club.kingyin/easycache/
implementation 'club.kingyin:easycache:1.0.1'
// https://jarcasting.com/artifacts/club.kingyin/easycache/
implementation ("club.kingyin:easycache:1.0.1")
'club.kingyin:easycache:jar:1.0.1'
<dependency org="club.kingyin" name="easycache" rev="1.0.1">
<artifact name="easycache" type="jar" />
</dependency>
@Grapes(
@Grab(group='club.kingyin', module='easycache', version='1.0.1')
)
libraryDependencies += "club.kingyin" % "easycache" % "1.0.1"
[club.kingyin/easycache "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
com.alibaba : fastjson | jar | 1.2.79 |
com.google.code.gson : gson | jar | 2.9.0 |
org.springframework.boot : spring-boot-starter-aop | jar | 2.6.3 |
com.fasterxml.jackson.module : jackson-module-jaxb-annotations | jar | 2.13.1 |
com.google.guava : guava | jar | 31.1-jre |
com.github.houbb : cache-core | jar | 0.0.15 |
redis.clients : jedis | jar | 4.2.0 |
org.apache.commons : commons-text | jar | 1.9 |
org.slf4j : slf4j-api | jar | 1.7.33 |
ch.qos.logback : logback-core | jar | 1.2.10 |
ch.qos.logback : logback-classic | jar | 1.2.10 |
io.netty : netty-all | jar | 4.1.78.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |