spring-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.

License

License

Categories

Categories

Spring Boot Container Microservices CLI User Interface
GroupId

GroupId

com.ifengxue
ArtifactId

ArtifactId

spring-boot-starter-http-client
Last Version

Last Version

1.6.2
Release Date

Release Date

Type

Type

jar
Description

Description

spring-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.

Download spring-boot-starter-http-client

How to add to project

<!-- 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"]

Dependencies

compile (4)

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

provided (2)

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

test (3)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.6.2
1.6.1
1.6.0
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1