Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ilanddev/java-sdk

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iland cloud Java SDK

iland cloud Java SDK for API v1.0

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.

Documentation

For documentation on using iland's Java SDK check out our Wiki.

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>1.0.45</version>
</dependency>

Releases

No releases published

Packages

 
 
 

Contributors 5

Morty Proxy This is a proxified and sanitized view of the page, visit original site.