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