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