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