не последняя версия
Последняя версия 1.16.1

net.sourceforge.lept4j:lept4j 1.9.4

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

Категории

Категории

Сеть
Группа

Группа

net.sourceforge.lept4j
Идентификатор

Идентификатор

lept4j
Версия

Версия

1.9.4
Тип

Тип

jar

Скачать lept4j 1.9.4


<!-- https://jarcasting.com/artifacts/net.sourceforge.lept4j/lept4j/ -->
<dependency>
    <groupId>net.sourceforge.lept4j</groupId>
    <artifactId>lept4j</artifactId>
    <version>1.9.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.lept4j/lept4j/
implementation 'net.sourceforge.lept4j:lept4j:1.9.4'
// https://jarcasting.com/artifacts/net.sourceforge.lept4j/lept4j/
implementation ("net.sourceforge.lept4j:lept4j:1.9.4")
'net.sourceforge.lept4j:lept4j:jar:1.9.4'
<dependency org="net.sourceforge.lept4j" name="lept4j" rev="1.9.4">
  <artifact name="lept4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.lept4j', module='lept4j', version='1.9.4')
)
libraryDependencies += "net.sourceforge.lept4j" % "lept4j" % "1.9.4"
[net.sourceforge.lept4j/lept4j "1.9.4"]