GroupId | GroupIdcn.easyproject |
---|---|
ArtifactId | ArtifactIdeasyocr |
Version | Version3.0.3-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
easyocr-3.0.3-RELEASE.pom | |
easyocr-3.0.3-RELEASE.jar | 26 KB |
easyocr-3.0.3-RELEASE-sources.jar | 18 KB |
easyocr-3.0.3-RELEASE-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.easyproject/easyocr/ -->
<dependency>
<groupId>cn.easyproject</groupId>
<artifactId>easyocr</artifactId>
<version>3.0.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.easyproject/easyocr/
implementation 'cn.easyproject:easyocr:3.0.3-RELEASE'
// https://jarcasting.com/artifacts/cn.easyproject/easyocr/
implementation ("cn.easyproject:easyocr:3.0.3-RELEASE")
'cn.easyproject:easyocr:jar:3.0.3-RELEASE'
<dependency org="cn.easyproject" name="easyocr" rev="3.0.3-RELEASE">
<artifact name="easyocr" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.easyproject', module='easyocr', version='3.0.3-RELEASE')
)
libraryDependencies += "cn.easyproject" % "easyocr" % "3.0.3-RELEASE"
[cn.easyproject/easyocr "3.0.3-RELEASE"]