| License |
License
Mulan Permissive Software License,Version 2
|
|---|---|
| GroupId | GroupIdcn.hutool |
| ArtifactId | ArtifactIdhutool-parent |
| Last Version | Last Version5.8.4 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionhutool
Hutool是一个小而全的Java工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率,使Java拥有函数式语言般的优雅,让Java语言也可以“甜甜的”。
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| hutool-parent-5.8.4.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.hutool/hutool-parent/ -->
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-parent</artifactId>
<version>5.8.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.hutool/hutool-parent/
implementation 'cn.hutool:hutool-parent:5.8.4'
// https://jarcasting.com/artifacts/cn.hutool/hutool-parent/
implementation ("cn.hutool:hutool-parent:5.8.4")
'cn.hutool:hutool-parent:pom:5.8.4'
<dependency org="cn.hutool" name="hutool-parent" rev="5.8.4">
<artifact name="hutool-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.hutool', module='hutool-parent', version='5.8.4')
)
libraryDependencies += "cn.hutool" % "hutool-parent" % "5.8.4"
[cn.hutool/hutool-parent "5.8.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.projectlombok : lombok | jar | 1.18.24 |