Skip to content

ilanddev/java-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iland cloud Java SDK

iland cloud Java SDK for iland cloud API 0.9

Introduction

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.

Installation

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>

Releases

No releases published

Packages

 
 
 

Contributors 5