is not current version
Last Version 11.9

io.github.openfeign:feign-httpclient 10.0.1

Feign Apache HttpClient

Categories

Categories

CLI User Interface Feign Net HTTP Clients
GroupId

GroupId

io.github.openfeign
ArtifactId

ArtifactId

feign-httpclient
Version

Version

10.0.1
Type

Type

jar

Download feign-httpclient 10.0.1


<!-- https://jarcasting.com/artifacts/io.github.openfeign/feign-httpclient/ -->
<dependency>
    <groupId>io.github.openfeign</groupId>
    <artifactId>feign-httpclient</artifactId>
    <version>10.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.openfeign/feign-httpclient/
implementation 'io.github.openfeign:feign-httpclient:10.0.1'
// https://jarcasting.com/artifacts/io.github.openfeign/feign-httpclient/
implementation ("io.github.openfeign:feign-httpclient:10.0.1")
'io.github.openfeign:feign-httpclient:jar:10.0.1'
<dependency org="io.github.openfeign" name="feign-httpclient" rev="10.0.1">
  <artifact name="feign-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.openfeign', module='feign-httpclient', version='10.0.1')
)
libraryDependencies += "io.github.openfeign" % "feign-httpclient" % "10.0.1"
[io.github.openfeign/feign-httpclient "10.0.1"]