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