| Группа | Группаio.github.greycode |
|---|---|
| Идентификатор | Идентификаторocrlite |
| Версия | Версия1.0.3-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ocrlite-1.0.3-RELEASE.pom | |
| ocrlite-1.0.3-RELEASE.jar | 22 KB |
| ocrlite-1.0.3-RELEASE-sources.jar | 11 KB |
| ocrlite-1.0.3-RELEASE-javadoc.jar | 101 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.greycode/ocrlite/ -->
<dependency>
<groupId>io.github.greycode</groupId>
<artifactId>ocrlite</artifactId>
<version>1.0.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.greycode/ocrlite/
implementation 'io.github.greycode:ocrlite:1.0.3-RELEASE'
// https://jarcasting.com/artifacts/io.github.greycode/ocrlite/
implementation ("io.github.greycode:ocrlite:1.0.3-RELEASE")
'io.github.greycode:ocrlite:jar:1.0.3-RELEASE'
<dependency org="io.github.greycode" name="ocrlite" rev="1.0.3-RELEASE">
<artifact name="ocrlite" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.greycode', module='ocrlite', version='1.0.3-RELEASE')
)
libraryDependencies += "io.github.greycode" % "ocrlite" % "1.0.3-RELEASE"
[io.github.greycode/ocrlite "1.0.3-RELEASE"]