Download icu4j-3.4.4.jar file - Jar i

Jar examples for i:icu4j

Description

The International Component for Unicode (ICU) is a mature, portable set of C/C++ and Java libraries for Unicode support, software internationalization (I18N) and globalization (G11N), giving applications the same results on all platforms.

You can download jar file icu4j 3.4.4 in this page.

License

Unicode/ICU License

Build File

You can use the following script to add icu4j-3.4.4.jar to your project.

<dependency>
   <groupId>com.ibm.icu</groupId>
   <artifactId>icu4j</artifactId>
   <version>3.4.4</version>
</dependency>
compile group: 'com.ibm.icu', name: 'icu4j', version: '3.4.4'
libraryDependencies += "com.ibm.icu" % "icu4j" % "3.4.4"
<dependency org="com.ibm.icu" name="icu4j" rev="3.4.4"/>
@Grapes(@Grab(group='com.ibm.icu', module='icu4j', version='3.4.4'))
'com.ibm.icu:icu4j:jar:3.4.4'

Download

Click the following link to download the jar file.

icu4j-3.4.4-sources.jar
icu4j-3.4.4.jar
icu4j-3.4.4.pom



Related Tutorials