is not current version
Last Version 11.9

io.github.openfeign:feign-okhttp 11.0

Feign OkHttp

Categories

Categories

Feign Net HTTP Clients
GroupId

GroupId

io.github.openfeign
ArtifactId

ArtifactId

feign-okhttp
Version

Version

11.0
Type

Type

jar

Download feign-okhttp 11.0


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