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