iland cloud Java SDK for iland cloud API 0.9
- Free software: BSD License
- iland cloud API doc: https://api.ilandcloud.com/doc/0.9/apidocs/.
- Java doc: https://api.ilandcloud.com/java/apidocs/0.9.9/.
- iland doc: http://doc.ilandcloud.com.
This library provides a Java interface for the iland cloud API.
iland cloud provides Enterprise-grade IaaS and this library is intended to make it even easier for Java programmers to use.
In your maven configuration start adding a the iland cloud SDK maven artifacts repository:
<repositories>
<repository>
<id>iland-sdk-mvn-repo</id>
<url>https://raw.githubusercontent.com/ilanddev/java-sdk/mvn-repo</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
You can then add the iland cloud SDK as a dependency:
<dependency>
<groupId>com.iland.core</groupId>
<artifactId>iland-sdk</artifactId>
<version>0.9.9</version>
</dependency>