License |
License |
---|---|
GroupId | GroupIdcn.dreampie |
ArtifactId | ArtifactIdresty-cache |
Last Version | Last Version1.3.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionresty-cache
Resty cache api
|
Filename | Size |
---|---|
resty-cache-1.3.0.RELEASE.pom | |
resty-cache-1.3.0.RELEASE.jar | 13 KB |
resty-cache-1.3.0.RELEASE-sources.jar | 6 KB |
resty-cache-1.3.0.RELEASE-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.dreampie/resty-cache/ -->
<dependency>
<groupId>cn.dreampie</groupId>
<artifactId>resty-cache</artifactId>
<version>1.3.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.dreampie/resty-cache/
implementation 'cn.dreampie:resty-cache:1.3.0.RELEASE'
// https://jarcasting.com/artifacts/cn.dreampie/resty-cache/
implementation ("cn.dreampie:resty-cache:1.3.0.RELEASE")
'cn.dreampie:resty-cache:jar:1.3.0.RELEASE'
<dependency org="cn.dreampie" name="resty-cache" rev="1.3.0.RELEASE">
<artifact name="resty-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.dreampie', module='resty-cache', version='1.3.0.RELEASE')
)
libraryDependencies += "cn.dreampie" % "resty-cache" % "1.3.0.RELEASE"
[cn.dreampie/resty-cache "1.3.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
cn.dreampie : resty-common | jar | 1.3.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
redis.clients : jedis | jar | 2.6.2 |
net.sf.ehcache : ehcache-core | jar | 2.6.6 |
net.oschina.j2cache : j2cache-core | jar | 1.3.0 |
ch.qos.logback : logback-classic | jar | 1.1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |