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