Files download
File Operation
hystrix-dashboard-1.4.6.pom download
hystrix-dashboard-1.4.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.netflix.hystrix</groupId>
  <artifactId>hystrix-dashboard</artifactId>
  <version>1.4.6</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'com.netflix.hystrix:hystrix-dashboard:1.4.6'
Gradle Kotlin
implementation("com.netflix.hystrix:hystrix-dashboard:1.4.6")
Scala SBT
libraryDependencies += "com.netflix.hystrix" % "hystrix-dashboard" % "1.4.6"
Groovy Grape
@Grapes(
  @Grab(group='com.netflix.hystrix', module='hystrix-dashboard', version='1.4.6')
)
Apache Ivy
<dependency org="com.netflix.hystrix" name="hystrix-dashboard" rev="1.4.6" />
Leiningen
[com.netflix.hystrix/hystrix-dashboard "1.4.6"]
Apache Buildr
'com.netflix.hystrix:hystrix-dashboard:jar:1.4.6'