MVN

com.ifengxue : http-client

Maven & Gradle

Dec 24, 2019
4 usages

http-client-core · Use this tool to quickly create com.ifengxue.http client. Currently support get,post,put and patch request. Request body support url-encoded, form-data, json, Response body support json, text, stream.

<dependency>
    <groupId>com.ifengxue</groupId>
    <artifactId>http-client</artifactId>
    <version>1.6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ifengxue : http-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.2

All Versions

Choose a version of com.ifengxue : http-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
http-client-1.6.2
http-client-1.6.1
http-client-1.6.0
1.5.x
http-client-1.5.5
http-client-1.5.4
http-client-1.5.3
http-client-1.5.2
http-client-1.5.1
http-client-1.5.0
1.4.x
http-client-1.4.9
http-client-1.4.8
http-client-1.4.7
http-client-1.4.6
http-client-1.4.5
http-client-1.4.1
http-client-1.4.0
1.3.x
http-client-1.3.0
1.2.x
http-client-1.2.1
http-client-1.2.0
1.1.x
http-client-1.1.13
http-client-1.1.12
http-client-1.1.11
http-client-1.1.10
http-client-1.1.9
http-client-1.1.8
http-client-1.1.7
http-client-1.1.6
http-client-1.1.3

How to add a dependency to Maven

Add the following com.ifengxue : http-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ifengxue</groupId>
    <artifactId>http-client</artifactId>
    <version>1.6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ifengxue : http-client gradle dependency to your build.gradle file:

implementation 'com.ifengxue:http-client:1.6.2'

Gradle Kotlin DSL: Add the following com.ifengxue : http-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ifengxue:http-client:1.6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ifengxue : http-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ifengxue" % "http-client" % "1.6.2"