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