How to install the Java artifact org.ow2.util.util-i18n with Maven
Java
Maven
pom.xml
org.ow2.util
util-i18n
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.ow2.util</groupId>
<artifactId>util-i18n</artifactId>
<version>1.0.37</version>
</dependency>
/dependencies>