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/#/


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM