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

cn.hutool:hutool-core 4.6.2

Hutool核心

Группа

Группа

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

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

hutool-core
Версия

Версия

4.6.2
Тип

Тип

jar

Скачать hutool-core 4.6.2


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