Download texhyphj-1.2.jar file - Jar t

Jar examples for t:texhyphj

Description

TeX Hyphenator in Java. Continues the work by David Tolpin. Specifically, adding UTF-8 support for pattern files while maintaining the original functionality.

You can download jar file texhyphj 1.2 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add texhyphj-1.2.jar to your project.

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

Download

Click the following link to download the jar file.

texhyphj-1.2-javadoc.jar
texhyphj-1.2-sources.jar
texhyphj-1.2.jar
texhyphj-1.2.pom



Related Tutorials