Categories |
CategoriesNet Tess4J Data Data Formats Image Processing |
---|---|
GroupId | GroupIdnet.sourceforge.tess4j |
ArtifactId | ArtifactIdtess4j |
Version | Version3.3.1 |
Type | Typejar |
Filename | Size |
---|---|
tess4j-3.3.1.pom | |
tess4j-3.3.1.jar | 36 MB |
tess4j-3.3.1-sources.jar | 36 MB |
tess4j-3.3.1-javadoc.jar | 288 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.tess4j/tess4j/ -->
<dependency>
<groupId>net.sourceforge.tess4j</groupId>
<artifactId>tess4j</artifactId>
<version>3.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.tess4j/tess4j/
implementation 'net.sourceforge.tess4j:tess4j:3.3.1'
// https://jarcasting.com/artifacts/net.sourceforge.tess4j/tess4j/
implementation ("net.sourceforge.tess4j:tess4j:3.3.1")
'net.sourceforge.tess4j:tess4j:jar:3.3.1'
<dependency org="net.sourceforge.tess4j" name="tess4j" rev="3.3.1">
<artifact name="tess4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.tess4j', module='tess4j', version='3.3.1')
)
libraryDependencies += "net.sourceforge.tess4j" % "tess4j" % "3.3.1"
[net.sourceforge.tess4j/tess4j "3.3.1"]