is not current version
Last Version 5.8.4

cn.hutool:hutool-cache 4.6.0

Hutool 缓存

GroupId

GroupId

cn.hutool
ArtifactId

ArtifactId

hutool-cache
Version

Version

4.6.0
Type

Type

jar

Download hutool-cache 4.6.0


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