is not current version
Last Version 2.8.0-release

net.oschina.j2cache:j2cache 1.0.0

J2Cache is a 2 level Cache system, Using ehcache + redis

Categories

Categories

Net
GroupId

GroupId

net.oschina.j2cache
ArtifactId

ArtifactId

j2cache
Version

Version

1.0.0
Type

Type

jar

Download j2cache 1.0.0


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