GroupId | GroupIdio.github.yidun |
---|---|
ArtifactId | ArtifactIdocr |
Version | Version1.0.1.1 |
Type | Typeaar |
Filename | Size |
---|---|
ocr-1.0.1.1.pom | |
ocr-1.0.1.1-sources.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.yidun/ocr/ -->
<dependency>
<groupId>io.github.yidun</groupId>
<artifactId>ocr</artifactId>
<version>1.0.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.yidun/ocr/
implementation 'io.github.yidun:ocr:1.0.1.1'
// https://jarcasting.com/artifacts/io.github.yidun/ocr/
implementation ("io.github.yidun:ocr:1.0.1.1")
'io.github.yidun:ocr:aar:1.0.1.1'
<dependency org="io.github.yidun" name="ocr" rev="1.0.1.1">
<artifact name="ocr" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.yidun', module='ocr', version='1.0.1.1')
)
libraryDependencies += "io.github.yidun" % "ocr" % "1.0.1.1"
[io.github.yidun/ocr "1.0.1.1"]