Download lept4j-1.9.4.jar file - Jar l

Jar examples for l:lept4j

Description

# Lept4J ## Description: A Java JNA wrapper for Leptonica Image Processing library. Lept4J is released and distributed under the Apache License, v2.0.

You can download jar file lept4j 1.9.4 in this page.

License

Apache License 2.0

Build File

You can use the following script to add lept4j-1.9.4.jar to your project.

<dependency>
   <groupId>net.sourceforge.lept4j</groupId>
   <artifactId>lept4j</artifactId>
   <version>1.9.4</version>
</dependency>
compile group: 'net.sourceforge.lept4j', name: 'lept4j', version: '1.9.4'
libraryDependencies += "net.sourceforge.lept4j" % "lept4j" % "1.9.4"
<dependency org="net.sourceforge.lept4j" name="lept4j" rev="1.9.4"/>
@Grapes(@Grab(group='net.sourceforge.lept4j', module='lept4j', version='1.9.4'))
'net.sourceforge.lept4j:lept4j:jar:1.9.4'

Download

Click the following link to download the jar file.

lept4j-1.9.4-javadoc.jar
lept4j-1.9.4-sources.jar
lept4j-1.9.4.jar
lept4j-1.9.4.pom



Related Tutorials