java-sdk

LeanCloud Storage, Engine, SMS SDK

License

License

Categories

Categories

Java Languages
GroupId

GroupId

cn.leancloud
ArtifactId

ArtifactId

java-sdk
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

java-sdk
LeanCloud Storage, Engine, SMS SDK
Project URL

Project URL

https://github.com/leancloud/java-sdk
Source Code Management

Source Code Management

http://github.com/leancloud/java-sdk/tree/master

Download java-sdk

How to add to project

<!-- https://jarcasting.com/artifacts/cn.leancloud/java-sdk/ -->
<dependency>
    <groupId>cn.leancloud</groupId>
    <artifactId>java-sdk</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.leancloud/java-sdk/
implementation 'cn.leancloud:java-sdk:0.2.1'
// https://jarcasting.com/artifacts/cn.leancloud/java-sdk/
implementation ("cn.leancloud:java-sdk:0.2.1")
'cn.leancloud:java-sdk:jar:0.2.1'
<dependency org="cn.leancloud" name="java-sdk" rev="0.2.1">
  <artifact name="java-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.leancloud', module='java-sdk', version='0.2.1')
)
libraryDependencies += "cn.leancloud" % "java-sdk" % "0.2.1"
[cn.leancloud/java-sdk "0.2.1"]

Dependencies

compile (9)

Group / Artifact Type Version
cn.leancloud : fastjson-leancloud jar 1.1.39
org.apache.logging.log4j : log4j-api jar 2.5
org.json : json jar 20160212
org.apache.logging.log4j : log4j-core jar 2.5
cn.leancloud : okhttp-leancloud jar 2.6.0
cn.leancloud : leancloud-common jar [0.2.0,0.3.0)
cn.leancloud : android-stub jar 0.1.1
org.apache.httpcomponents : httpcore jar 4.4.4
org.apache.httpcomponents : httpclient jar 4.5.2

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

SDK 维护期说明

我们于 2018 年 9 月推出了新的 Java Unified SDK,兼容纯 Java、云引擎和 Android 等多个平台,此 java-sdk 目前进入维护状态,直到 2019 年 9 月底停止维护。 欢迎大家切换到新的 Unified SDK,具体使用方法详见 Unified SDK Wiki

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.+'
cn.leancloud

LeanCloud

Build better apps, faster.

Versions

Version
0.2.1
0.1.7
0.1.6