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