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