| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаcom.netflix.hystrix |
| Идентификатор | Идентификаторhystrix-dashboard |
| Версия | Версия1.5.2 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| hystrix-dashboard-1.5.2.pom | |
| hystrix-dashboard-1.5.2.war | 1 MB |
| hystrix-dashboard-1.5.2-sources.jar | 14 KB |
| hystrix-dashboard-1.5.2-javadoc.jar | 37 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-dashboard/ -->
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-dashboard</artifactId>
<version>1.5.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-dashboard/
implementation 'com.netflix.hystrix:hystrix-dashboard:1.5.2'
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-dashboard/
implementation ("com.netflix.hystrix:hystrix-dashboard:1.5.2")
'com.netflix.hystrix:hystrix-dashboard:war:1.5.2'
<dependency org="com.netflix.hystrix" name="hystrix-dashboard" rev="1.5.2">
<artifact name="hystrix-dashboard" type="war" />
</dependency>
@Grapes(
@Grab(group='com.netflix.hystrix', module='hystrix-dashboard', version='1.5.2')
)
libraryDependencies += "com.netflix.hystrix" % "hystrix-dashboard" % "1.5.2"
[com.netflix.hystrix/hystrix-dashboard "1.5.2"]