| Категории |
КатегорииСеть Tess4J Данные Data Formats Обработка изображений |
|---|---|
| Группа | Группаnet.sourceforge.tess4j |
| Идентификатор | Идентификаторtess4j |
| Версия | Версия4.1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| tess4j-4.1.0.pom | |
| tess4j-4.1.0.jar | 18 MB |
| tess4j-4.1.0-sources.jar | 18 MB |
| tess4j-4.1.0-javadoc.jar | 307 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sourceforge.tess4j/tess4j/ -->
<dependency>
<groupId>net.sourceforge.tess4j</groupId>
<artifactId>tess4j</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.tess4j/tess4j/
implementation 'net.sourceforge.tess4j:tess4j:4.1.0'
// https://jarcasting.com/artifacts/net.sourceforge.tess4j/tess4j/
implementation ("net.sourceforge.tess4j:tess4j:4.1.0")
'net.sourceforge.tess4j:tess4j:jar:4.1.0'
<dependency org="net.sourceforge.tess4j" name="tess4j" rev="4.1.0">
<artifact name="tess4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.tess4j', module='tess4j', version='4.1.0')
)
libraryDependencies += "net.sourceforge.tess4j" % "tess4j" % "4.1.0"
[net.sourceforge.tess4j/tess4j "4.1.0"]