GroupId | GroupIdcn.har01d |
---|---|
ArtifactId | ArtifactIdocula-ocr |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
ocula-ocr-0.0.1.pom | |
ocula-ocr-0.0.1.jar | 5 KB |
ocula-ocr-0.0.1-sources.jar | 3 KB |
ocula-ocr-0.0.1-javadoc.jar | 260 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.har01d/ocula-ocr/ -->
<dependency>
<groupId>cn.har01d</groupId>
<artifactId>ocula-ocr</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.har01d/ocula-ocr/
implementation 'cn.har01d:ocula-ocr:0.0.1'
// https://jarcasting.com/artifacts/cn.har01d/ocula-ocr/
implementation ("cn.har01d:ocula-ocr:0.0.1")
'cn.har01d:ocula-ocr:jar:0.0.1'
<dependency org="cn.har01d" name="ocula-ocr" rev="0.0.1">
<artifact name="ocula-ocr" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.har01d', module='ocula-ocr', version='0.0.1')
)
libraryDependencies += "cn.har01d" % "ocula-ocr" % "0.0.1"
[cn.har01d/ocula-ocr "0.0.1"]