License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices CLI User Interface |
GroupId | GroupIdde.dev-eth0.spring-boot.httpclient |
ArtifactId | ArtifactIdhttpclient-spring-boot-starter |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionConfiguration for the HttpClient for Spring Boot
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/de.dev-eth0.spring-boot.httpclient/httpclient-spring-boot-starter/ -->
<dependency>
<groupId>de.dev-eth0.spring-boot.httpclient</groupId>
<artifactId>httpclient-spring-boot-starter</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.dev-eth0.spring-boot.httpclient/httpclient-spring-boot-starter/
implementation 'de.dev-eth0.spring-boot.httpclient:httpclient-spring-boot-starter:1.1.0'
// https://jarcasting.com/artifacts/de.dev-eth0.spring-boot.httpclient/httpclient-spring-boot-starter/
implementation ("de.dev-eth0.spring-boot.httpclient:httpclient-spring-boot-starter:1.1.0")
'de.dev-eth0.spring-boot.httpclient:httpclient-spring-boot-starter:jar:1.1.0'
<dependency org="de.dev-eth0.spring-boot.httpclient" name="httpclient-spring-boot-starter" rev="1.1.0">
<artifact name="httpclient-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dev-eth0.spring-boot.httpclient', module='httpclient-spring-boot-starter', version='1.1.0')
)
libraryDependencies += "de.dev-eth0.spring-boot.httpclient" % "httpclient-spring-boot-starter" % "1.1.0"
[de.dev-eth0.spring-boot.httpclient/httpclient-spring-boot-starter "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
de.dev-eth0.spring-boot.httpclient : httpclient-spring-boot-autoconfigure | jar | 1.1.0 |
org.springframework.boot : spring-boot-starter | jar | |
org.springframework.cloud : spring-cloud-commons | jar | |
com.squareup.okhttp3 : okhttp | jar | |
org.apache.commons : commons-lang3 | jar |