Maven Repository - POM file for Internationlization icu4j 3.4.4 3.4.4

Summary

ICU4J.

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..

Declaration

Here is the list of declaration for icu4j. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.ibm.icu</groupId>
   <artifactId>icu4j</artifactId>
   <version>3.4.4</version>
</dependency>

If you think this Maven repository POM file listing for icu4j is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





License

Name:ICU License
URL: http://www-306.ibm.com/software/globalization/icu/license.jsp.

Depended by

The following table lists the most popular artifacts which are depending on icu4j-3.4.4. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
RDFjena 2.6.3
Jena is a Java framework for building Semantic Web applications. It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and includes a rule-based inference engine.
11
Securityjasypt 1.9.0
Java library which enables encryption in java apps with minimum effort.
21
RDFjena 2.6.4
Jena is a Java framework for building Semantic Web applications. It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and includes a rule-based inference engine.
7

Packages

The following packages are defined in the icu4j-3.4.4.jar

com.ibm.icu.impl
com.ibm.icu.impl.data
com.ibm.icu.lang
com.ibm.icu.math
com.ibm.icu.text
com.ibm.icu.util




POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.ibm.icu</groupId>
    <artifactId>icu4j</artifactId>
    <version>3.4.4</version>
    <packaging>jar</packaging>
    <name>ICU4J</name>
    <url>http://www-306.ibm.com/software/globalization/icu/</url>
    <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.</description>
    <licenses>
        <license>
            <name>ICU License</name>
            <url>http://www-306.ibm.com/software/globalization/icu/license.jsp</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
</project>