Hutool工具包 Maven依赖

官网介绍: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/#/

posted @ 2021-09-12 19:59  aBiu--  阅读(29194)  评论(0编辑  收藏  举报