is not current version
Last Version 3.5.2

com.ejlchina:okhttps 1.0.3

Http工具包,封装 OkHttp,链式用法、支持异步同步、响应JSON自动解析,回调线程切换、配置灵活、支持URL占位符、支持BaseUrl、外部依赖少、适用 JavaWeb 和 Android,教程全面、简单易用

GroupId

GroupId

com.ejlchina
ArtifactId

ArtifactId

okhttps
Version

Version

1.0.3
Type

Type

jar

Download okhttps 1.0.3


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