程序员的资源宝库

网站首页 > gitee 正文

Hutool工具包 Maven依赖

sanyeah 2024-04-12 17:36:47 gitee 4 ℃ 0 评论

官网介绍:Hutool是一个小而全的Java工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率,使Java拥有函数式语言般的优雅

我介绍:真牛逼、真好用

gitee上面开源的产品:https://gitee.com/dromara/hutool

maven:

<dependency>
    <groupId>cn.hutool</groupId>
    <artifactId>hutool-all</artifactId>
    <version>5.7.12</version>
</dependency>

gradle:

implementation 'cn.hutool:hutool-all:5.7.12'

中央仓库地址:https://mvnrepository.com/artifact/cn.hutool/hutool-all

文档:https://www.hutool.cn/docs/#/

Tags:

本文暂时没有评论,来添加一个吧(●'◡'●)

欢迎 发表评论:

最近发表
标签列表