MVN

com.ejlchina : httputils

Maven & Gradle

Mar 31, 2020

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

<dependency>
    <groupId>com.ejlchina</groupId>
    <artifactId>httputils</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ejlchina : httputils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of com.ejlchina : httputils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
httputils-2.3.0
2.2.x
httputils-2.2.1
httputils-2.2.0
2.1.x
httputils-2.1.2
httputils-2.1.1
httputils-2.1.0
2.0.x
httputils-2.0.0
1.0.x
httputils-1.0.2
httputils-1.0.1
httputils-1.0.0

How to add a dependency to Maven

Add the following com.ejlchina : httputils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ejlchina</groupId>
    <artifactId>httputils</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ejlchina : httputils gradle dependency to your build.gradle file:

implementation 'com.ejlchina:httputils:2.3.0'

Gradle Kotlin DSL: Add the following com.ejlchina : httputils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ejlchina:httputils:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ejlchina : httputils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ejlchina" % "httputils" % "2.3.0"

Advertisement