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-parent |
Last Version | Last Version2.6.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOkHttp (Parent)
An HTTP+SPDY client for Android and Java applications
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
okhttp-parent-2.6.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.leancloud/okhttp-parent/ -->
<dependency>
<groupId>cn.leancloud</groupId>
<artifactId>okhttp-parent</artifactId>
<version>2.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.leancloud/okhttp-parent/
implementation 'cn.leancloud:okhttp-parent:2.6.0'
// https://jarcasting.com/artifacts/cn.leancloud/okhttp-parent/
implementation ("cn.leancloud:okhttp-parent:2.6.0")
'cn.leancloud:okhttp-parent:pom:2.6.0'
<dependency org="cn.leancloud" name="okhttp-parent" rev="2.6.0">
<artifact name="okhttp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.leancloud', module='okhttp-parent', version='2.6.0')
)
libraryDependencies += "cn.leancloud" % "okhttp-parent" % "2.6.0"
[cn.leancloud/okhttp-parent "2.6.0"]
android stub is the mock interface for android platform features which doesn't exist on java platform.