<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix-hystrix</artifactId>
<version>2.1.1.RELEASE</version>
</dependency>
implementation("org.springframework.cloud:spring-cloud-netflix-hystrix:2.1.1.RELEASE")
libraryDependencies += "org.springframework.cloud" % "spring-cloud-netflix-hystrix" % "2.1.1.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-netflix-hystrix', version='2.1.1.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-netflix-hystrix" rev="2.1.1.RELEASE" />
<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.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
|-- 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