This topic describes how to install Intelligent Media Services (IMS) SDK for Java.
Prerequisites
Java Development Kit (JDK) V1.8 or later is installed.
Install the SDK for Java
You can add the dependency to the pom.xml file in the project directory. Sample code:
<dependency>
<groupId>com.aliyun</groupId>
<artifactId>ice20201109</artifactId>
<version>1.4.0</version>
</dependency>Note
The dependency version 1.4.0 specified in the preceding Maven code is only for reference. For more information about the latest version of Maven dependencies, see server SDKs.