GroupId | GroupIdcom.aliyun |
---|---|
ArtifactId | ArtifactIdimagerecog |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
imagerecog-0.0.4.pom | |
imagerecog-0.0.4.jar | 27 KB |
imagerecog-0.0.4-sources.jar | 13 KB |
imagerecog-0.0.4-javadoc.jar | 168 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aliyun/imagerecog/ -->
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>imagerecog</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.aliyun/imagerecog/
implementation 'com.aliyun:imagerecog:0.0.4'
// https://jarcasting.com/artifacts/com.aliyun/imagerecog/
implementation ("com.aliyun:imagerecog:0.0.4")
'com.aliyun:imagerecog:jar:0.0.4'
<dependency org="com.aliyun" name="imagerecog" rev="0.0.4">
<artifact name="imagerecog" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aliyun', module='imagerecog', version='0.0.4')
)
libraryDependencies += "com.aliyun" % "imagerecog" % "0.0.4"
[com.aliyun/imagerecog "0.0.4"]