<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix-hystrix</artifactId>
<version>2.2.5.RELEASE</version>
</dependency>
implementation("org.springframework.cloud:spring-cloud-netflix-hystrix:2.2.5.RELEASE")
libraryDependencies += "org.springframework.cloud" % "spring-cloud-netflix-hystrix" % "2.2.5.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-netflix-hystrix', version='2.2.5.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-netflix-hystrix" rev="2.2.5.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-netflix</artifactId> <version>2.2.5.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-autoconfigure:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-configuration-processor:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-actuator:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-security:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-web:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-webflux:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-reactor-netty:2.3.2.RELEASE
|-- io.netty:netty-codec-http:4.1.51.Final
|-- io.projectreactor:reactor-core:3.3.8.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.2.RELEASE
|-- org.springframework.cloud:spring-cloud-commons:2.2.5.RELEASE
|-- org.springframework.cloud:spring-cloud-context:2.2.5.RELEASE
|-- com.netflix.ribbon:ribbon-loadbalancer:2.3.0
|-- 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
|-- com.sun.jersey.contribs:jersey-apache-client4:1.19.1
|-- com.squareup.okhttp3:okhttp:3.14.9
|-- org.springframework.boot:spring-boot-autoconfigure-processor:2.3.2.RELEASE