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