License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices CLI User Interface Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdde.dev-eth0.spring-boot.httpclient |
ArtifactId | ArtifactIdhttpclient-spring-boot-autoconfigure |
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-autoconfigure/ -->
<dependency>
<groupId>de.dev-eth0.spring-boot.httpclient</groupId>
<artifactId>httpclient-spring-boot-autoconfigure</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.dev-eth0.spring-boot.httpclient/httpclient-spring-boot-autoconfigure/
implementation 'de.dev-eth0.spring-boot.httpclient:httpclient-spring-boot-autoconfigure:1.1.0'
// https://jarcasting.com/artifacts/de.dev-eth0.spring-boot.httpclient/httpclient-spring-boot-autoconfigure/
implementation ("de.dev-eth0.spring-boot.httpclient:httpclient-spring-boot-autoconfigure:1.1.0")
'de.dev-eth0.spring-boot.httpclient:httpclient-spring-boot-autoconfigure:jar:1.1.0'
<dependency org="de.dev-eth0.spring-boot.httpclient" name="httpclient-spring-boot-autoconfigure" rev="1.1.0">
<artifact name="httpclient-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dev-eth0.spring-boot.httpclient', module='httpclient-spring-boot-autoconfigure', version='1.1.0')
)
libraryDependencies += "de.dev-eth0.spring-boot.httpclient" % "httpclient-spring-boot-autoconfigure" % "1.1.0"
[de.dev-eth0.spring-boot.httpclient/httpclient-spring-boot-autoconfigure "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-starter-test | jar | |
org.springframework.boot : spring-boot-configuration-processor | jar | |
org.springframework.cloud : spring-cloud-commons | jar | |
org.springframework : spring-web | jar | |
org.apache.commons : commons-lang3 | jar | |
org.hibernate.validator : hibernate-validator | jar | 6.1.5.Final |
com.squareup.okhttp3 : okhttp Optional | jar | |
org.apache.httpcomponents : httpclient Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : okhttp-testing-support | jar | 3.14.8 |