Skip to content

vault101/java-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LeanCloud Java SDK

License Platform

java-sdk is the souce code for Java SDK

leancloud-utils is the mock interface for android platform features which doesn't exist on Java platform

Features

  • Data Storage
  • Object Query
  • Cloud Engine
  • File Storage
  • Short Message Service

Communication

  • If you have some advice, open an issue.
  • If you found a bug, open an issue, or open a ticket in [LeanTicket][LeanTicket].
  • If you want to contribute, submit a pull request.

Installation

maven

gradle

Add LeanCloud repository

repositories {
        maven {
            url "http://mvn.leancloud.cn/nexus/content/repositories/releases"
        }
    }

add dependency

compile 'cn.leancloud.java:java-sdk:0.1.1'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%