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