Download jgettext-0.14.jar file - Jar j

Jar examples for j:jgettext

Description

${project.name} provides the ability to read/parse and write GNU Gettext catalog files (PO and POT files)

You can download jar file jgettext 0.14 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add jgettext-0.14.jar to your project.

<dependency>
   <groupId>org.fedorahosted.tennera</groupId>
   <artifactId>jgettext</artifactId>
   <version>0.14</version>
</dependency>
compile group: 'org.fedorahosted.tennera', name: 'jgettext', version: '0.14'
libraryDependencies += "org.fedorahosted.tennera" % "jgettext" % "0.14"
<dependency org="org.fedorahosted.tennera" name="jgettext" rev="0.14"/>
@Grapes(@Grab(group='org.fedorahosted.tennera', module='jgettext', version='0.14'))
'org.fedorahosted.tennera:jgettext:jar:0.14'

Download

Click the following link to download the jar file.

jgettext-0.14-javadoc.jar
jgettext-0.14-sources.jar
jgettext-0.14.jar
jgettext-0.14.pom



Related Tutorials