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