MVN

org.dromara.hutool : hutool-parent

Maven & Gradle

Jul 29, 2023
28.4k stars

hutool · Hutool是一个功能丰富且易用的Java工具库,通过诸多实用工具类的使用,旨在帮助开发者快速、便捷地完成各类开发任务。这些封装的工具涵盖了字符串、数字、集合、编码、日期、文件、IO、加密、数据库JDBC、JSON、HTTP客户端等一系列操作,可以满足各种不同的开发需求。

<dependency>
    <groupId>org.dromara.hutool</groupId>
    <artifactId>hutool-parent</artifactId>
    <version>6.0.0-M5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dromara.hutool : hutool-parent to add to Maven - Latest Versions:

  • Latest Stable: 6.0.0-M5

All Versions

Choose a version of org.dromara.hutool : hutool-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
6.0.x
hutool-parent-6.0.0-M5
hutool-parent-6.0.0-M4
hutool-parent-6.0.0.M3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.dromara.hutool</groupId>
    <artifactId>hutool-parent</artifactId>
    <version>6.0.0-M5</version>
</dependency>