| Группа | Группаcn.hutool |
|---|---|
| Идентификатор | Идентификаторhutool-core |
| Версия | Версия5.4.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hutool-core-5.4.6.pom | |
| hutool-core-5.4.6.jar | 868 KB |
| hutool-core-5.4.6-sources.jar | 727 KB |
| hutool-core-5.4.6-javadoc.jar | 3 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.hutool/hutool-core/ -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-core</artifactId>
<version>5.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hutool/hutool-core/
implementation 'cn.hutool:hutool-core:5.4.6'
// https://jarcasting.com/artifacts/cn.hutool/hutool-core/
implementation ("cn.hutool:hutool-core:5.4.6")
'cn.hutool:hutool-core:jar:5.4.6'
<dependency org="cn.hutool" name="hutool-core" rev="5.4.6">
<artifact name="hutool-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hutool', module='hutool-core', version='5.4.6')
)
libraryDependencies += "cn.hutool" % "hutool-core" % "5.4.6"
[cn.hutool/hutool-core "5.4.6"]