Registry / utility / icu4j
library54.1.1javamavenunverified

ICU4J provides Unicode and globalization support for Java applications.

<dependency> <groupId>com.ibm.icu</groupId> <artifactId>icu4j</artifactId> <version>54.1.1</version> </dependency>
INSTALL
IMPORT
SIG · ICU4J
I
icu4j
utilityjavav54.1.1
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.

SimpleDateFormat
com.ibm.icu.text.SimpleDateFormat

Formats the current date using ICU4J's SimpleDateFormat.

import com.ibm.icu.text.SimpleDateFormat; import java.util.Date; public class Main { public static void main(String[] args) { SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); System.out.println(sdf.format(new Date())); } }
Debug
Known issues
gotchaICU4J version 54.1.1 is outdated; consider upgrading to a newer version for bug fixes and Unicode updates.
fix
Use the latest stable version (e.g., 76.1).
affects: <=54.1.1
Upgrade
Version history
54.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
icu4j — mvn dependency:get icu4j · libregistry