не последняя версия
Последняя версия 5.8.4

cn.hutool:hutool-cache 4.1.4

Hutool 缓存

Группа

Группа

cn.hutool
Идентификатор

Идентификатор

hutool-cache
Версия

Версия

4.1.4
Тип

Тип

jar

Скачать hutool-cache 4.1.4


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