Last Version

net.oschina.j2cache:j2cache-spring-boot-starter 2.8.0-release

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

License

License

Categories

Categories

Spring Boot Container Microservices Net
GroupId

GroupId

net.oschina.j2cache
ArtifactId

ArtifactId

j2cache-spring-boot-starter
Version

Version

2.8.0-release
Type

Type

jar
Description

Description

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

Download j2cache-spring-boot-starter 2.8.0-release


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

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-autoconfigure jar
org.springframework : spring-context jar
org.springframework : spring-context-support jar
org.springframework.data : spring-data-redis jar

provided (1)

Group / Artifact Type Version
net.oschina.j2cache : j2cache-core jar 2.7.6-release

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar
junit : junit jar

Project Modules

There are no modules declared in this project.