is not current version
Last Version 1.0.28

io.fabric8.kubeflix:hystrix-dashboard 1.0.22

Dashboard for visualization of Hystrix streams

GroupId

GroupId

io.fabric8.kubeflix
ArtifactId

ArtifactId

hystrix-dashboard
Version

Version

1.0.22
Type

Type

war

Download hystrix-dashboard 1.0.22


<!-- https://jarcasting.com/artifacts/io.fabric8.kubeflix/hystrix-dashboard/ -->
<dependency>
    <groupId>io.fabric8.kubeflix</groupId>
    <artifactId>hystrix-dashboard</artifactId>
    <version>1.0.22</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.kubeflix/hystrix-dashboard/
implementation 'io.fabric8.kubeflix:hystrix-dashboard:1.0.22'
// https://jarcasting.com/artifacts/io.fabric8.kubeflix/hystrix-dashboard/
implementation ("io.fabric8.kubeflix:hystrix-dashboard:1.0.22")
'io.fabric8.kubeflix:hystrix-dashboard:war:1.0.22'
<dependency org="io.fabric8.kubeflix" name="hystrix-dashboard" rev="1.0.22">
  <artifact name="hystrix-dashboard" type="war" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.kubeflix', module='hystrix-dashboard', version='1.0.22')
)
libraryDependencies += "io.fabric8.kubeflix" % "hystrix-dashboard" % "1.0.22"
[io.fabric8.kubeflix/hystrix-dashboard "1.0.22"]