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

cn.hutool:hutool-core 5.4.1

Hutool核心,包括集合、字符串、Bean等工具

Группа

Группа

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

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

hutool-core
Версия

Версия

5.4.1
Тип

Тип

jar

Скачать hutool-core 5.4.1


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