is not current version
Last Version 2.8.5-release

net.oschina.j2cache:j2cache-core 2.7.8-release

J2Cache - core

Categories

Categories

Net
GroupId

GroupId

net.oschina.j2cache
ArtifactId

ArtifactId

j2cache-core
Version

Version

2.7.8-release
Type

Type

jar

Download j2cache-core 2.7.8-release


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