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