License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices CLI User Interface |
GroupId | GroupIdio.github.springboot-addons |
ArtifactId | ArtifactIdspring-boot-starter-httpclient |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-starter-httpclient
Spring Boot starter HttpClient
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.github.springboot-addons/spring-boot-starter-httpclient/ -->
<dependency>
<groupId>io.github.springboot-addons</groupId>
<artifactId>spring-boot-starter-httpclient</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.springboot-addons/spring-boot-starter-httpclient/
implementation 'io.github.springboot-addons:spring-boot-starter-httpclient:1.0.4'
// https://jarcasting.com/artifacts/io.github.springboot-addons/spring-boot-starter-httpclient/
implementation ("io.github.springboot-addons:spring-boot-starter-httpclient:1.0.4")
'io.github.springboot-addons:spring-boot-starter-httpclient:jar:1.0.4'
<dependency org="io.github.springboot-addons" name="spring-boot-starter-httpclient" rev="1.0.4">
<artifact name="spring-boot-starter-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.springboot-addons', module='spring-boot-starter-httpclient', version='1.0.4')
)
libraryDependencies += "io.github.springboot-addons" % "spring-boot-starter-httpclient" % "1.0.4"
[io.github.springboot-addons/spring-boot-starter-httpclient "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.6.1 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.6.1 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
org.apache.httpcomponents : httpclient-cache | jar | 4.5.13 |
org.apache.httpcomponents : fluent-hc | jar | 4.5.13 |
org.apache.httpcomponents : httpmime | jar | 4.5.13 |
org.springframework.boot : spring-boot-starter-aop | jar | 2.6.1 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
commons-beanutils : commons-beanutils | jar | 1.9.4 |
commons-io : commons-io | jar | 2.6 |
cglib : cglib | jar | 3.3.0 |
org.springframework : spring-web Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
org.springframework.boot : spring-boot-devtools | jar | 2.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.6.1 |