文件下载
文件名 操作
hystrix-clj-1.4.14.jar 下载
hystrix-clj-1.4.14.pom 下载
hystrix-clj-1.4.14-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.netflix.hystrix</groupId>
  <artifactId>hystrix-clj</artifactId>
  <version>1.4.14</version>
</dependency>
Gradle Groovy
implementation 'com.netflix.hystrix:hystrix-clj:1.4.14'
Gradle Kotlin
implementation("com.netflix.hystrix:hystrix-clj:1.4.14")
Scala SBT
libraryDependencies += "com.netflix.hystrix" % "hystrix-clj" % "1.4.14"
Groovy Grape
@Grapes(
  @Grab(group='com.netflix.hystrix', module='hystrix-clj', version='1.4.14')
)
Apache Ivy
<dependency org="com.netflix.hystrix" name="hystrix-clj" rev="1.4.14" />
Leiningen
[com.netflix.hystrix/hystrix-clj "1.4.14"]
Apache Buildr
'com.netflix.hystrix:hystrix-clj:jar:1.4.14'