MVN

net.sourceforge.lept4j : lept4j

Maven & Gradle

Jul 29, 2023
1 usages
26 stars

Lept4J - 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.

<dependency>
    <groupId>net.sourceforge.lept4j</groupId>
    <artifactId>lept4j</artifactId>
    <version>1.18.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.lept4j : lept4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.18.1

All Versions

Choose a version of net.sourceforge.lept4j : lept4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.18.x
lept4j-1.18.1
lept4j-1.18.0
1.17.x
lept4j-1.17.0
1.16.x
lept4j-1.16.2
lept4j-1.16.1
lept4j-1.16.0
1.15.x
lept4j-1.15.0
1.14.x
lept4j-1.14.1
lept4j-1.14.0
1.13.x
lept4j-1.13.3
lept4j-1.13.2
lept4j-1.13.1
lept4j-1.13.0
1.12.x
lept4j-1.12.3
lept4j-1.12.2
lept4j-1.12.1
lept4j-1.12.0
1.11.x
lept4j-1.11.1
lept4j-1.11.0
1.10.x
lept4j-1.10.0
1.9.x
lept4j-1.9.4
lept4j-1.9.3
lept4j-1.9.2
lept4j-1.9.1
lept4j-1.9.0
1.8.x
lept4j-1.8.0
1.7.x
lept4j-1.7.0
1.6.x
lept4j-1.6.5
lept4j-1.6.4
lept4j-1.6.3
lept4j-1.6.2
lept4j-1.6.1
lept4j-1.6.0
1.5.x
lept4j-1.5.0
1.4.x
lept4j-1.4.0
1.3.x
lept4j-1.3.2
lept4j-1.3.1
lept4j-1.3.0
1.2.x
lept4j-1.2.4
lept4j-1.2.3
lept4j-1.2.2
lept4j-1.2.1
lept4j-1.2.0
1.1.x
lept4j-1.1.2
lept4j-1.1.1
lept4j-1.1.0
1.0.x
lept4j-1.0.1
lept4j-1.0.0

How to add a dependency to Maven

Add the following net.sourceforge.lept4j : lept4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sourceforge.lept4j</groupId>
    <artifactId>lept4j</artifactId>
    <version>1.18.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sourceforge.lept4j : lept4j gradle dependency to your build.gradle file:

implementation 'net.sourceforge.lept4j:lept4j:1.18.1'

Gradle Kotlin DSL: Add the following net.sourceforge.lept4j : lept4j gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sourceforge.lept4j:lept4j:1.18.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sourceforge.lept4j : lept4j sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sourceforge.lept4j" % "lept4j" % "1.18.1"

Advertisement