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
- Data Storage
- Object Query
- Cloud Engine
- File Storage
- Short Message Service
- 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.
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'