<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-hystrix</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
implementation("org.springframework.cloud:spring-cloud-starter-hystrix:1.0.1.RELEASE")
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-hystrix" % "1.0.1.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-hystrix', version='1.0.1.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-starter-hystrix" rev="1.0.1.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-parent</artifactId> <version>1.0.1.RELEASE</version> </parent>
compile
|-- org.springframework.cloud:spring-cloud-starter
|-- org.springframework.cloud:spring-cloud-netflix-core
|-- com.netflix.hystrix:hystrix-core