Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Aliyun RDS SDK for Java

GitHub version

The Aliyun RDS SDK for Java enables Java developers to easily work with Aliyun RDS. You can get started in minutes using Maven or by downloading a single zip file.

Requirements

  • Java 1.6 or later
  • Maven

Install

The recommended way to use the Aliyun RDS SDK for Java in your project is to consume it from Maven. Import as follows:

<dependency>
    <groupId>com.aliyun</groupId>
  	<artifactId>aliyun-java-sdk-rds</artifactId>
  	<version>2.0.7</version>
</dependency>

See the Setup section of the SDK Reference for more information about installing the SDK through other means.

Build

Once you check out the code from GitHub, you can build it using Maven. Use the following command to build:

mvn clean install -DskipTests

Authors

License

Apache License 2.0