f

feign-okhttp

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