License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.oschina.j2cache |
ArtifactId | ArtifactIdj2cache-springcache |
Last Version | Last Version2.8.0-release |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJ2Cache is a 2 level Cache system, Using ehcache + redis
|
<!-- https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-springcache/ -->
<dependency>
<groupId>net.oschina.j2cache</groupId>
<artifactId>j2cache-springcache</artifactId>
<version>2.8.0-release</version>
</dependency>
// https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-springcache/
implementation 'net.oschina.j2cache:j2cache-springcache:2.8.0-release'
// https://jarcasting.com/artifacts/net.oschina.j2cache/j2cache-springcache/
implementation ("net.oschina.j2cache:j2cache-springcache:2.8.0-release")
'net.oschina.j2cache:j2cache-springcache:jar:2.8.0-release'
<dependency org="net.oschina.j2cache" name="j2cache-springcache" rev="2.8.0-release">
<artifact name="j2cache-springcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oschina.j2cache', module='j2cache-springcache', version='2.8.0-release')
)
libraryDependencies += "net.oschina.j2cache" % "j2cache-springcache" % "2.8.0-release"
[net.oschina.j2cache/j2cache-springcache "2.8.0-release"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context-support | jar | 4.3.6.RELEASE |
net.oschina.j2cache : j2cache-core | jar | 2.7.6-release |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |