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