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