Skip to content

fkmhrk/KiiLib-Java

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
acl
 
 
all
 
 
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

KiiLib-Java

Kii Cloud Library for Java. This library just provides APIs for your application so please add KiiLib-Java-HTTPClient(for native Java application such as Swing. coming soon) / KiiLib-Android-Volley (for Android application with Volley. coming soon)

How to add this library

Add the following entry to your build.gradle

repositories {
    maven {
        url "https://raw.githubusercontent.com/fkmhrk/KiiLib-Java/master/m2repository"
    }
}

dependencies {
    compile 'jp.fkmsoft.libs:KiiLib-Java:3.0.0'
    compile 'jp.fkmsoft.libs:KiiLib-Java-BasicEntity:3.0.0'
}

You can pick only APIs you will use. Following is an example of only using AppAPI, BucketAPI and Object API.

dependencies {
    compile 'jp.fkmsoft.libs:KiiLib-Java-AppAPI:3.0.0'
    compile 'jp.fkmsoft.libs:KiiLib-Java-BucketAPI:3.0.0'
    compile 'jp.fkmsoft.libs:KiiLib-Java-ObjectAPI:3.0.0'
}

'jp.fkmsoft.libs:KiiLib-Java:3.0.0' contains ALL APIs.

About

Kii Cloud Library for Java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages