License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sourceforge.lept4j |
ArtifactId | ArtifactIdlept4j |
Last Version | Last Version1.16.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLept4J - Leptonica for Java
# Lept4J
## Description:
A Java JNA wrapper for Leptonica Image Processing library.
Lept4J is released and distributed under the Apache License, v2.0.
|
Project URL |
Project URL |
Filename | Size |
---|---|
lept4j-1.16.1.pom | |
lept4j-1.16.1.jar | 3 MB |
lept4j-1.16.1-sources.jar | 3 MB |
lept4j-1.16.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.lept4j/lept4j/ -->
<dependency>
<groupId>net.sourceforge.lept4j</groupId>
<artifactId>lept4j</artifactId>
<version>1.16.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.lept4j/lept4j/
implementation 'net.sourceforge.lept4j:lept4j:1.16.1'
// https://jarcasting.com/artifacts/net.sourceforge.lept4j/lept4j/
implementation ("net.sourceforge.lept4j:lept4j:1.16.1")
'net.sourceforge.lept4j:lept4j:jar:1.16.1'
<dependency org="net.sourceforge.lept4j" name="lept4j" rev="1.16.1">
<artifact name="lept4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.lept4j', module='lept4j', version='1.16.1')
)
libraryDependencies += "net.sourceforge.lept4j" % "lept4j" % "1.16.1"
[net.sourceforge.lept4j/lept4j "1.16.1"]
Group / Artifact | Type | Version |
---|---|---|
net.java.dev.jna : jna | jar | 5.10.0 |
commons-io : commons-io | jar | 2.11.0 |
com.github.jai-imageio : jai-imageio-core | jar | 1.4.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |