DOC

com.ibm.icu : icu4j-root

Maven & Gradle

Oct 30, 2023
2.5k stars

International Components for Unicode for Java (icu4j-root) · International Components for Unicode for Java (ICU4J) is a mature, widely used Java library providing Unicode and Globalization support. This is the base artifact with common settings, not intended to use directly.

Table Of Contents

Latest Version

Download com.ibm.icu : icu4j-root Javadoc & API Documentation - Latest Versions:

All Versions

Download com.ibm.icu : icu4j-root Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
74.1

How to open Javadoc JAR file in web browser

  1. Rename the file icu4j-root-74.1-javadoc.jar to icu4j-root-74.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder icu4j-root-74.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "icu4j-root-74.1-sources.jar" -d "icu4j-root-74.1-javadoc" -subpackages 

Advertisement