f

feign-okhttp

Feign OkHttp
Files download
File Operation
feign-okhttp-9.5.1.jar download
feign-okhttp-9.5.1.pom download
feign-okhttp-9.5.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.openfeign</groupId>
  <artifactId>feign-okhttp</artifactId>
  <version>9.5.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.openfeign:feign-okhttp:9.5.1'
Gradle Kotlin
implementation("io.github.openfeign:feign-okhttp:9.5.1")
Scala SBT
libraryDependencies += "io.github.openfeign" % "feign-okhttp" % "9.5.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.openfeign', module='feign-okhttp', version='9.5.1')
)
Apache Ivy
<dependency org="io.github.openfeign" name="feign-okhttp" rev="9.5.1" />
Leiningen
[io.github.openfeign/feign-okhttp "9.5.1"]
Apache Buildr
'io.github.openfeign:feign-okhttp:jar:9.5.1'