| License |
License |
|---|---|
| GroupId | GroupIdcn.keayuan |
| ArtifactId | ArtifactIdhttp-okhttp |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionhttp-okhttp
http ext library
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| http-okhttp-0.0.1.pom | |
| http-okhttp-0.0.1.jar | 6 KB |
| http-okhttp-0.0.1-sources.jar | 3 KB |
| http-okhttp-0.0.1-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.keayuan/http-okhttp/ -->
<dependency>
<groupId>cn.keayuan</groupId>
<artifactId>http-okhttp</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.keayuan/http-okhttp/
implementation 'cn.keayuan:http-okhttp:0.0.1'
// https://jarcasting.com/artifacts/cn.keayuan/http-okhttp/
implementation ("cn.keayuan:http-okhttp:0.0.1")
'cn.keayuan:http-okhttp:jar:0.0.1'
<dependency org="cn.keayuan" name="http-okhttp" rev="0.0.1">
<artifact name="http-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.keayuan', module='http-okhttp', version='0.0.1')
)
libraryDependencies += "cn.keayuan" % "http-okhttp" % "0.0.1"
[cn.keayuan/http-okhttp "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| cn.keayuan : http | jar | 0.0.1 |
| com.squareup.okhttp3 : okhttp | jar | 3.14.9 |