Skip to content

sdjcw/java-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 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

add dependency:

    <dependency>
      <groupId>cn.leancloud</groupId>
      <artifactId>java-sdk</artifactId>
      <version>0.1.6</version>
    </dependency>

gradle

add dependency:

compile 'cn.leancloud:java-sdk:0.1.+'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%