MVN

com.aliyun : imagesearch20201214

Maven & Gradle

Dec 16, 2022
63 stars

imagesearch20201214 · Alibaba Cloud image search (20201214) SDK for Java

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>imagesearch20201214</artifactId>
    <version>4.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aliyun : imagesearch20201214 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.2

All Versions

Choose a version of com.aliyun : imagesearch20201214 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
imagesearch20201214-4.0.2
imagesearch20201214-4.0.1
imagesearch20201214-4.0.0
3.1.x
imagesearch20201214-3.1.3
imagesearch20201214-3.1.2
imagesearch20201214-3.1.1

How to add a dependency to Maven

Add the following com.aliyun : imagesearch20201214 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>imagesearch20201214</artifactId>
    <version>4.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aliyun : imagesearch20201214 gradle dependency to your build.gradle file:

implementation 'com.aliyun:imagesearch20201214:4.0.2'

Gradle Kotlin DSL: Add the following com.aliyun : imagesearch20201214 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aliyun:imagesearch20201214:4.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aliyun : imagesearch20201214 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aliyun" % "imagesearch20201214" % "4.0.2"

Advertisement