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