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 | ArtifactIdandroid-stub | 
| Last Version | Last Version0.1.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionandroid-stub leancloud android stub library | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| android-stub-0.1.1.pom | |
| android-stub-0.1.1.jar | 5 KB | 
| android-stub-0.1.1-sources.jar | 3 KB | 
| android-stub-0.1.1-javadoc.jar | 49 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cn.leancloud/android-stub/ -->
<dependency>
    <groupId>cn.leancloud</groupId>
    <artifactId>android-stub</artifactId>
    <version>0.1.1</version>
</dependency>// https://jarcasting.com/artifacts/cn.leancloud/android-stub/
implementation 'cn.leancloud:android-stub:0.1.1'// https://jarcasting.com/artifacts/cn.leancloud/android-stub/
implementation ("cn.leancloud:android-stub:0.1.1")'cn.leancloud:android-stub:jar:0.1.1'<dependency org="cn.leancloud" name="android-stub" rev="0.1.1">
  <artifact name="android-stub" type="jar" />
</dependency>@Grapes(
@Grab(group='cn.leancloud', module='android-stub', version='0.1.1')
)libraryDependencies += "cn.leancloud" % "android-stub" % "0.1.1"[cn.leancloud/android-stub "0.1.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.1 | 
android stub is the mock interface for android platform features which doesn't exist on java platform.