| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface Feign Net HTTP Clients |
| GroupId | GroupIdio.github.openfeign |
| ArtifactId | ArtifactIdfeign-httpclient |
| Last Version | Last Version11.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFeign Apache HttpClient
Feign Apache HttpClient
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| feign-httpclient-11.9.pom | |
| feign-httpclient-11.9.jar | 7 KB |
| feign-httpclient-11.9-sources.jar | 4 KB |
| feign-httpclient-11.9-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.openfeign/feign-httpclient/ -->
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-httpclient</artifactId>
<version>11.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.openfeign/feign-httpclient/
implementation 'io.github.openfeign:feign-httpclient:11.9'
// https://jarcasting.com/artifacts/io.github.openfeign/feign-httpclient/
implementation ("io.github.openfeign:feign-httpclient:11.9")
'io.github.openfeign:feign-httpclient:jar:11.9'
<dependency org="io.github.openfeign" name="feign-httpclient" rev="11.9">
<artifact name="feign-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.openfeign', module='feign-httpclient', version='11.9')
)
libraryDependencies += "io.github.openfeign" % "feign-httpclient" % "11.9"
[io.github.openfeign/feign-httpclient "11.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.openfeign : feign-core | jar | 11.9 |
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.openfeign : feign-core | test-jar | 11.9 |
| io.github.openfeign : feign-jaxrs | jar | 11.9 |
| com.squareup.okhttp3 : mockwebserver | jar | |
| junit : junit | jar | 4.13.2 |
| org.assertj : assertj-core | jar | 3.21.0 |