全部產品
Search
文件中心

:相關下載與安裝

更新時間:Jul 06, 2024

SDK開發包

建立一個Maven專案,把下面的xml片段粘貼到pom.xml檔案下,<dependencies>標籤中。

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

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

查看原始碼: github