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