All Products
Search
Document Center

Batch Compute:Download and install

Last Updated:Feb 20, 2024

Create a Maven project, and paste the following XML segment to pom.xml.

<dependency>
        <groupId>com.aliyun</groupId>
        <artifactId>aliyun-java-sdk-batchcompute</artifactId>
        <version>5.1.0</version>
</dependency>

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>aliyun-java-sdk-core</artifactId>
    <version>3.2.3</version>
</dependency>

You can update the source code of SDK on github.