Files download
File Operation
spring-cloud-openfeign-core-2.2.9.RELEASE.jar download
spring-cloud-openfeign-core-2.2.9.RELEASE.pom download
spring-cloud-openfeign-core-2.2.9.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-openfeign-core</artifactId>
  <version>2.2.9.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.cloud:spring-cloud-openfeign-core:2.2.9.RELEASE'
Gradle Kotlin
implementation("org.springframework.cloud:spring-cloud-openfeign-core:2.2.9.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.cloud" % "spring-cloud-openfeign-core" % "2.2.9.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.cloud', module='spring-cloud-openfeign-core', version='2.2.9.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.cloud" name="spring-cloud-openfeign-core" rev="2.2.9.RELEASE" />
Leiningen
[org.springframework.cloud/spring-cloud-openfeign-core "2.2.9.RELEASE"]
Apache Buildr
'org.springframework.cloud:spring-cloud-openfeign-core:jar:2.2.9.RELEASE'
Dependencies
<parent>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-openfeign</artifactId>
  <version>2.2.9.RELEASE</version>
</parent>

compile

|-- org.springframework.boot:spring-boot-autoconfigure:2.3.12.RELEASE

|-- org.springframework.cloud:spring-cloud-netflix-ribbon:2.2.9.RELEASE

|-- org.springframework.boot:spring-boot-starter-actuator:2.3.12.RELEASE

|-- org.springframework.boot:spring-boot-starter-security:2.3.12.RELEASE

|-- org.springframework.boot:spring-boot-starter-web:2.3.12.RELEASE

|-- org.springframework.boot:spring-boot-starter-webflux:2.3.12.RELEASE

|-- org.springframework.boot:spring-boot-starter-reactor-netty:2.3.12.RELEASE

|-- org.springframework.boot:spring-boot-starter-hateoas:2.3.12.RELEASE

|-- io.netty:netty-codec-http:4.1.65.Final

|-- io.projectreactor:reactor-core:3.3.17.RELEASE

|-- io.reactivex:rxjava-reactive-streams:1.2.1

|-- org.springframework.retry:spring-retry:1.2.5.RELEASE

|-- org.springframework.boot:spring-boot-starter-aop:2.3.12.RELEASE

|-- org.springframework.cloud:spring-cloud-commons:2.2.9.RELEASE

|-- org.springframework.cloud:spring-cloud-context:2.2.9.RELEASE

|-- com.netflix.ribbon:ribbon-loadbalancer:2.3.0

|-- io.github.openfeign:feign-core:10.12

|-- io.github.openfeign.form:feign-form-spring:3.8.0

|-- io.github.openfeign:feign-slf4j:10.12

|-- io.github.openfeign:feign-hc5:10.12

|-- io.github.openfeign:feign-httpclient:10.12

|-- io.github.openfeign:feign-hystrix:10.12

|-- io.github.openfeign:feign-okhttp:10.12

|-- com.netflix.hystrix:hystrix-core:1.5.18

|-- com.netflix.hystrix:hystrix-serialization:1.5.18

|-- com.netflix.hystrix:hystrix-metrics-event-stream:1.5.18

|-- com.netflix.hystrix:hystrix-javanica:1.5.18

|-- com.netflix.ribbon:ribbon-core:2.3.0

|-- com.netflix.ribbon:ribbon-httpclient:2.3.0

|-- io.reactivex:rxjava:1.3.8

|-- com.squareup.okhttp3:okhttp:3.14.9

|-- org.springframework.boot:spring-boot-autoconfigure-processor:2.3.12.RELEASE

|-- org.springframework.boot:spring-boot-configuration-processor:2.3.12.RELEASE

|-- org.springframework.data:spring-data-commons:2.3.9.RELEASE

|-- org.springframework.cloud:spring-cloud-loadbalancer:2.2.9.RELEASE