Download libintl-0.18.2.jar file - Jar l

Jar examples for l:libintl

Description

The libintl Library for accessing GNU Gettext Java bundles

You can download jar file libintl 0.18.2 in this page.

License

The GNU General Public License

Build File

You can use the following script to add libintl-0.18.2.jar to your project.

<dependency>
   <groupId>org.gnu.gettext</groupId>
   <artifactId>libintl</artifactId>
   <version>0.18.2</version>
</dependency>
compile group: 'org.gnu.gettext', name: 'libintl', version: '0.18.2'
libraryDependencies += "org.gnu.gettext" % "libintl" % "0.18.2"
<dependency org="org.gnu.gettext" name="libintl" rev="0.18.2"/>
@Grapes(@Grab(group='org.gnu.gettext', module='libintl', version='0.18.2'))
'org.gnu.gettext:libintl:jar:0.18.2'

Download

Click the following link to download the jar file.

libintl-0.18.2-javadoc.jar
libintl-0.18.2-sources.jar
libintl-0.18.2.jar
libintl-0.18.2.pom



Related Tutorials