Last Version

HttpUtils 2.3.0

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

License

License

GroupId

GroupId

com.ejlchina
ArtifactId

ArtifactId

httputils
Version

Version

2.3.0
Type

Type

jar
Description

Description

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

Project Organization

江苏一键联信息科技有限公司

Download httputils 2.3.0


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

Dependencies

compile (2)

Group / Artifact Type Version
com.alibaba : fastjson jar 1.2.67
com.squareup.okhttp3 : okhttp jar 3.14.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.