Install SDK for Java
Prerequisites
Install SDK
Method 1: (Recommended) Add dependencies to your Maven project
<dependency>
<groupId>com.zenlayer</groupId>
<artifactId>zenlayercloud-sdk-java</artifactId>
<!-- Go to https://search.maven.org/search?q=zenlayercloud-sdk-java to check all new versions. The latest version: -->
<version>0.6.0</version>
</dependency>Method 2: Import the JAR package to your project
Example
Last updated