| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices CLI User Interface | 
| GroupId | GroupIdcom.ifengxue | 
| ArtifactId | ArtifactIdspring-boot-starter-http-client | 
| Last Version | Last Version1.6.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionspring-boot-starter-http-client Use this tool to quickly create http client. Currently support get,post,put and patch request.
      Request body support url-encoded, form-data, json, Response body support json, text, stream. | 
<!-- https://jarcasting.com/artifacts/com.ifengxue/spring-boot-starter-http-client/ -->
<dependency>
    <groupId>com.ifengxue</groupId>
    <artifactId>spring-boot-starter-http-client</artifactId>
    <version>1.6.2</version>
</dependency>// https://jarcasting.com/artifacts/com.ifengxue/spring-boot-starter-http-client/
implementation 'com.ifengxue:spring-boot-starter-http-client:1.6.2'// https://jarcasting.com/artifacts/com.ifengxue/spring-boot-starter-http-client/
implementation ("com.ifengxue:spring-boot-starter-http-client:1.6.2")'com.ifengxue:spring-boot-starter-http-client:jar:1.6.2'<dependency org="com.ifengxue" name="spring-boot-starter-http-client" rev="1.6.2">
  <artifact name="spring-boot-starter-http-client" type="jar" />
</dependency>@Grapes(
@Grab(group='com.ifengxue', module='spring-boot-starter-http-client', version='1.6.2')
)libraryDependencies += "com.ifengxue" % "spring-boot-starter-http-client" % "1.6.2"[com.ifengxue/spring-boot-starter-http-client "1.6.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.ifengxue : http-client | jar | 1.6.2 | 
| org.projectlombok : lombok | jar | 1.16.20 | 
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| org.springframework.boot : spring-boot-configuration-processor | jar | 2.0.1.RELEASE | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot | jar | 2.0.1.RELEASE | 
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.1.RELEASE | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter-aop | jar | 2.0.1.RELEASE | 
| org.springframework.boot : spring-boot-starter-test | jar | 2.0.1.RELEASE | 
| junit : junit | jar | 4.12 |