tools-cache

Distributed cache

License

License

MIT
GroupId

GroupId

cn.gjing
ArtifactId

ArtifactId

tools-cache
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

tools-cache
Distributed cache

Download tools-cache

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-data-redis jar 2.2.6.RELEASE
com.github.ben-manes.caffeine : caffeine jar 2.8.1
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.2.6.RELEASE
org.projectlombok : lombok Optional jar 1.18.12
com.fasterxml.jackson.core : jackson-databind Optional jar 2.9.10.4
org.springframework : spring-web Optional jar 5.2.5.RELEASE

Project Modules

There are no modules declared in this project.

Gjing tools for java 😄

 
项目开发常用工具包整合
推荐使用最新版本

在您的项目中使用Java Gjing tools的推荐方法是从Maven中使用它。如下:

请注意,项目JDK版本支持1.8+

作者

Versions

Version
1.0.0