не последняя версия
Последняя версия 1.5.18

com.netflix.hystrix:hystrix-dashboard 1.4.15

hystrix-dashboard

Категории

Категории

Сеть
Группа

Группа

com.netflix.hystrix
Идентификатор

Идентификатор

hystrix-dashboard
Версия

Версия

1.4.15
Тип

Тип

war

Скачать hystrix-dashboard 1.4.15


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