Download gettext-commons-0.9.8.jar file - Jar g

Jar examples for g:gettext-commons

Description

A library that supports gettext-based internationalization (i18n) of Java applications.

You can download jar file gettext-commons 0.9.8 in this page.

License

GNU Library or Lesser General Public License (LGPL)

Build File

You can use the following script to add gettext-commons-0.9.8.jar to your project.

<dependency>
   <groupId>com.googlecode.gettext-commons</groupId>
   <artifactId>gettext-commons</artifactId>
   <version>0.9.8</version>
</dependency>
compile group: 'com.googlecode.gettext-commons', name: 'gettext-commons', version: '0.9.8'
libraryDependencies += "com.googlecode.gettext-commons" % "gettext-commons" % "0.9.8"
<dependency org="com.googlecode.gettext-commons" name="gettext-commons" rev="0.9.8"/>
@Grapes(@Grab(group='com.googlecode.gettext-commons', module='gettext-commons', version='0.9.8'))
'com.googlecode.gettext-commons:gettext-commons:jar:0.9.8'

Download

Click the following link to download the jar file.

gettext-commons-0.9.8-javadoc.jar
gettext-commons-0.9.8-sources.jar
gettext-commons-0.9.8.jar
gettext-commons-0.9.8.pom



Related Tutorials