MVN

com.mzlion : easy-okhttp

Maven & Gradle

Oct 31, 2017
1 usages

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

<dependency>
    <groupId>com.mzlion</groupId>
    <artifactId>easy-okhttp</artifactId>
    <version>1.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.mzlion : easy-okhttp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.4
  • Latest Beta: 1.0.7-beta

All Versions

Choose a version of com.mzlion : easy-okhttp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
easy-okhttp-1.1.4
easy-okhttp-1.1.3
easy-okhttp-1.1.2
easy-okhttp-1.1.1
easy-okhttp-1.1.0
1.0.x
easy-okhttp-1.0.10-Final
easy-okhttp-1.0.7-beta
easy-okhttp-1.0.4-beta
easy-okhttp-1.0.3-beta
easy-okhttp-1.0.2-beta
easy-okhttp-1.0.0-Final

How to add a dependency to Maven

Add the following com.mzlion : easy-okhttp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.mzlion</groupId>
    <artifactId>easy-okhttp</artifactId>
    <version>1.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.mzlion : easy-okhttp gradle dependency to your build.gradle file:

implementation 'com.mzlion:easy-okhttp:1.1.4'

Gradle Kotlin DSL: Add the following com.mzlion : easy-okhttp gradle kotlin dependency to your build.gradle.kts file:

implementation("com.mzlion:easy-okhttp:1.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.mzlion : easy-okhttp sbt scala dependency to your build.sbt file:

libraryDependencies += "com.mzlion" % "easy-okhttp" % "1.1.4"

Advertisement