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