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