Files download
File Operation
hystrix-core-1.4.0-RC5.jar download
hystrix-core-1.4.0-RC5.pom download
hystrix-core-1.4.0-RC5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.netflix.hystrix</groupId>
  <artifactId>hystrix-core</artifactId>
  <version>1.4.0-RC5</version>
</dependency>
Gradle Groovy
implementation 'com.netflix.hystrix:hystrix-core:1.4.0-RC5'
Gradle Kotlin
implementation("com.netflix.hystrix:hystrix-core:1.4.0-RC5")
Scala SBT
libraryDependencies += "com.netflix.hystrix" % "hystrix-core" % "1.4.0-RC5"
Groovy Grape
@Grapes(
  @Grab(group='com.netflix.hystrix', module='hystrix-core', version='1.4.0-RC5')
)
Apache Ivy
<dependency org="com.netflix.hystrix" name="hystrix-core" rev="1.4.0-RC5" />
Leiningen
[com.netflix.hystrix/hystrix-core "1.4.0-RC5"]
Apache Buildr
'com.netflix.hystrix:hystrix-core:jar:1.4.0-RC5'