is not current version
Last Version 11.9

io.github.openfeign:feign-okhttp 9.5.1

Feign OkHttp

Categories

Categories

Feign Net HTTP Clients
GroupId

GroupId

io.github.openfeign
ArtifactId

ArtifactId

feign-okhttp
Version

Version

9.5.1
Type

Type

jar

Download feign-okhttp 9.5.1


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