Last Version

com.mzlion:easy-okhttp 1.1.4

easy-okhttp是对okhttp3上层封装的网络框架,支持文件上传和下载表单提交(文件和一个参数对应多值), 链式调用,并且默认整合Gson,对返回结果多种转换,同时还支持HTTPS单向认证和双向认证等特性。

GroupId

GroupId

com.mzlion
ArtifactId

ArtifactId

easy-okhttp
Version

Version

1.1.4
Type

Type

jar
Description

Description

easy-okhttp是对okhttp3上层封装的网络框架,支持文件上传和下载表单提交(文件和一个参数对应多值), 链式调用,并且默认整合Gson,对返回结果多种转换,同时还支持HTTPS单向认证和双向认证等特性。

Download easy-okhttp 1.1.4


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

Dependencies

compile (3)

Group / Artifact Type Version
junit : junit jar
com.squareup.okhttp3 : okhttp jar
com.mzlion : mzlion-core jar 1.1.2

Project Modules

There are no modules declared in this project.