Registry / utility / hutool-all

hutool-all

JSON →
library5.8.46javamavenunverified

A comprehensive Java utility library that provides static method wrappers for common tasks like file I/O, date handling, and cryptography.

<dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>5.8.46</version> </dependency>
INSTALL
IMPORT
SIG · HUTOOL-ALL
H
hutool-all
utilityjavav5.8.46
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

StrUtil
cn.hutool.core.util.StrUtil

Formats a string using placeholders.

import cn.hutool.core.util.StrUtil; public class Main { public static void main(String[] args) { String result = StrUtil.format("Hello, {}!", "World"); System.out.println(result); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.8.46latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
hutool-all — mvn dependency:get hutool-all · libregistry