s

spring-cloud-openfeign-core

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

compile

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

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

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

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

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

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

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

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

|-- io.projectreactor:reactor-core

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

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

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

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

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

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

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

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

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

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

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

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

|-- io.github.openfeign:feign-java8

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

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

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

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

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

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

|-- io.reactivex:rxjava

|-- com.sun.jersey.contribs:jersey-apache-client4

|-- com.squareup.okhttp3:okhttp

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

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

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

test

|-- org.springframework.boot:spring-boot-starter-test

|-- org.springframework.cloud:spring-cloud-test-support

|-- io.projectreactor:reactor-test

|-- com.netflix.ribbon:ribbon

|-- org.springframework.cloud:spring-cloud-starter-netflix-hystrix

|-- com.googlecode.protobuf-java-format:protobuf-java-format:1.4

|-- com.google.protobuf:protobuf-java:3.4.0

|-- io.vavr:vavr:0.10.0