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