<dependency> <groupId>com.netflix.hystrix</groupId> <artifactId>hystrix-core</artifactId> <version>1.4.10</version> </dependency>
implementation 'com.netflix.hystrix:hystrix-core:1.4.10'
implementation("com.netflix.hystrix:hystrix-core:1.4.10")
libraryDependencies += "com.netflix.hystrix" % "hystrix-core" % "1.4.10"
@Grapes( @Grab(group='com.netflix.hystrix', module='hystrix-core', version='1.4.10') )
<dependency org="com.netflix.hystrix" name="hystrix-core" rev="1.4.10" />
[com.netflix.hystrix/hystrix-core "1.4.10"]
'com.netflix.hystrix:hystrix-core:jar:1.4.10'
runtime
|-- com.netflix.archaius:archaius-core:0.4.1
|-- io.reactivex:rxjava:1.0.10
|-- org.slf4j:slf4j-api:1.7.0