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