is not current version
Last Version 3.5.2

com.ejlchina:okhttps 1.0.5

比 Retrofit 更好用的网络框架! OkHttp3 轻量封装 ,开箱即用、Java领域前后端处理 Http问题的新选择。

GroupId

GroupId

com.ejlchina
ArtifactId

ArtifactId

okhttps
Version

Version

1.0.5
Type

Type

jar

Download okhttps 1.0.5


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