is not current version
Last Version 2.8.0-release

net.oschina.j2cache:j2cache 2.3.3-release

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

Categories

Categories

Net
GroupId

GroupId

net.oschina.j2cache
ArtifactId

ArtifactId

j2cache
Version

Version

2.3.3-release
Type

Type

pom

Download j2cache 2.3.3-release


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