License |
License
Mulan Permissive Software License,Version 2
|
---|---|
GroupId | GroupIdcn.hutool |
ArtifactId | ArtifactIdhutool-core |
Last Version | Last Version5.8.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhutool-core
Hutool核心,包括集合、字符串、Bean等工具
|
Filename | Size |
---|---|
hutool-core-5.8.4.pom | |
hutool-core-5.8.4.jar | 798 KB |
hutool-core-5.8.4-sources.jar | 662 KB |
hutool-core-5.8.4-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.hutool/hutool-core/ -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-core</artifactId>
<version>5.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hutool/hutool-core/
implementation 'cn.hutool:hutool-core:5.8.4'
// https://jarcasting.com/artifacts/cn.hutool/hutool-core/
implementation ("cn.hutool:hutool-core:5.8.4")
'cn.hutool:hutool-core:jar:5.8.4'
<dependency org="cn.hutool" name="hutool-core" rev="5.8.4">
<artifact name="hutool-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hutool', module='hutool-core', version='5.8.4')
)
libraryDependencies += "cn.hutool" % "hutool-core" % "5.8.4"
[cn.hutool/hutool-core "5.8.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.projectlombok : lombok | jar | 1.18.24 |