All Products
Search
Document Center

:SDK release notes

Last Updated:May 27, 2024

Add the following dependencies to the SDK. Currently, only Java is supported. If you need other languages, please contact technical support.

<dependency>
  <groupId>com.aliyun</groupId>
  <artifactId>aliyun-java-sdk-mpaas</artifactId>
  <version>3.0.12</version>
</dependency>

<dependency>
  <groupId>com.aliyun</groupId>
  <artifactId>aliyun-java-sdk-core</artifactId>
  <exclusions>
    <exclusion>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
    </exclusion>
    <exclusion>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bcprov-jdk15on</artifactId>
    </exclusion>
  </exclusions>
  <version>4.5.2</version>
</dependency>