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