LeanCloud Android stub library
android stub is the mock interface for android platform features which doesn't exist on java platform.
| License | License | 
|---|---|
| GroupId | GroupIdcn.leancloud | 
| ArtifactId | ArtifactIdokhttp-leancloud | 
| Last Version | Last Version2.6.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionOkHttp An HTTP+SPDY client for Android and Java applications | 
| Filename | Size | 
|---|---|
| okhttp-leancloud-2.6.0.pom | |
| okhttp-leancloud-2.6.0.jar | 322 KB | 
| okhttp-leancloud-2.6.0-sources.jar | 217 KB | 
| okhttp-leancloud-2.6.0-javadoc.jar | 598 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.leancloud/okhttp-leancloud/ -->
<dependency>
    <groupId>cn.leancloud</groupId>
    <artifactId>okhttp-leancloud</artifactId>
    <version>2.6.0</version>
</dependency>// https://jarcasting.com/artifacts/cn.leancloud/okhttp-leancloud/
implementation 'cn.leancloud:okhttp-leancloud:2.6.0'// https://jarcasting.com/artifacts/cn.leancloud/okhttp-leancloud/
implementation ("cn.leancloud:okhttp-leancloud:2.6.0")'cn.leancloud:okhttp-leancloud:jar:2.6.0'<dependency org="cn.leancloud" name="okhttp-leancloud" rev="2.6.0">
  <artifact name="okhttp-leancloud" type="jar" />
</dependency>@Grapes(
@Grab(group='cn.leancloud', module='okhttp-leancloud', version='2.6.0')
)libraryDependencies += "cn.leancloud" % "okhttp-leancloud" % "2.6.0"[cn.leancloud/okhttp-leancloud "2.6.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| cn.leancloud : okio-leancloud | jar | 1.6.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.google.android : android | jar | 4.1.1.4 | 
android stub is the mock interface for android platform features which doesn't exist on java platform.