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