s

spring-cloud-netflix-hystrix

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

compile

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

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

|-- 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

|-- 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

test

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

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

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

|-- io.projectreactor:reactor-test

|-- com.netflix.ribbon:ribbon