| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface Feign Net HTTP Clients |
| GroupId | GroupIdio.github.openfeign |
| ArtifactId | ArtifactIdfeign-googlehttpclient |
| Last Version | Last Version11.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFeign Google HTTP Client
Feign Google HTTP Client
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.github.openfeign/feign-googlehttpclient/ -->
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-googlehttpclient</artifactId>
<version>11.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.openfeign/feign-googlehttpclient/
implementation 'io.github.openfeign:feign-googlehttpclient:11.9'
// https://jarcasting.com/artifacts/io.github.openfeign/feign-googlehttpclient/
implementation ("io.github.openfeign:feign-googlehttpclient:11.9")
'io.github.openfeign:feign-googlehttpclient:jar:11.9'
<dependency org="io.github.openfeign" name="feign-googlehttpclient" rev="11.9">
<artifact name="feign-googlehttpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.openfeign', module='feign-googlehttpclient', version='11.9')
)
libraryDependencies += "io.github.openfeign" % "feign-googlehttpclient" % "11.9"
[io.github.openfeign/feign-googlehttpclient "11.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.openfeign : feign-core | jar | 11.9 |
| com.google.http-client : google-http-client | jar | 1.40.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.openfeign : feign-core | test-jar | 11.9 |
| com.squareup.okhttp3 : mockwebserver | jar | |
| junit : junit | jar | 4.13.2 |
| org.assertj : assertj-core | jar | 3.21.0 |