
Comprehensive Java utility library providing modules for cryptography, HTTP client, caching, JSON, scripting, and captcha generation, simplifying common development tasks.
A set of tools that keep Java sweet.
-- Homepage: http://hutool.cn/ --
-- QQ Group ②: 871141901 --
Hutool is a Java toolkit, and just a toolkit. It helps us simplify every line of code, reduce every method, and make the Java language "sweet". Hutool was originally a reorganization of the "util" package in my project, and over time it accumulated and incorporated more non-business-related functions, extensively learning from the essence of other open-source projects. After my own reorganization and modification, it eventually formed this rich open-source toolkit.
Hutool is a coined word combining "Hu" + "tool". The former pays tribute to my "previous company", the latter means "tool". Phonetically similar to "hutu" (糊涂) in Chinese, which means "muddle-headed", conveying the pursuit of the state of "treating everything as muddle-headed, neither losing nor gaining".
A Java basic utility class that encapsulates JDK methods such as file, stream, encryption/decryption, transcoding, regex, thread, XML, etc., forming various Util tool classes. Additionally, the following components are provided:
Add the following to the dependencies section of your project's pom.xml:
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>4.1.11</version>
</dependency>
compile 'cn.hutool:hutool-all:4.1.11'
Click either of the following links to download hutool-all-X.X.X.jar:
Hutool welcomes anyone to contribute code. However, the author is a perfectionist, so to accommodate this, pull requests (PRs) need to meet the following criteria:
v4-dev branch. Hutool introduced new branches starting from version 4.x: v4-master is the main branch for released versions on Maven Central — no PRs or modifications are allowed on this branch. v4-dev is the development branch for the next version or SNAPSHOT versions; you can submit PRs to this branch.v4-dev branch).v4-dev branch).If you think Hutool is great, you can donate to buy the author a bag of spicy strips~. Thank you in advance! ^_^
Click the link below, scroll to the bottom of the page, and click "Donate".