| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть Metrics Тестирование приложения и мониторинг Monitoring |
| Группа | Группаcom.netflix.hystrix |
| Идентификатор | Идентификаторhystrix-codahale-metrics-publisher |
| Версия | Версия1.5.18 |
| Тип | Типjar |
| Описание |
Описаниеhystrix-codahale-metrics-publisher
hystrix-codahale-metrics-publisher
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-codahale-metrics-publisher/ -->
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-codahale-metrics-publisher</artifactId>
<version>1.5.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-codahale-metrics-publisher/
implementation 'com.netflix.hystrix:hystrix-codahale-metrics-publisher:1.5.18'
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-codahale-metrics-publisher/
implementation ("com.netflix.hystrix:hystrix-codahale-metrics-publisher:1.5.18")
'com.netflix.hystrix:hystrix-codahale-metrics-publisher:jar:1.5.18'
<dependency org="com.netflix.hystrix" name="hystrix-codahale-metrics-publisher" rev="1.5.18">
<artifact name="hystrix-codahale-metrics-publisher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.hystrix', module='hystrix-codahale-metrics-publisher', version='1.5.18')
)
libraryDependencies += "com.netflix.hystrix" % "hystrix-codahale-metrics-publisher" % "1.5.18"
[com.netflix.hystrix/hystrix-codahale-metrics-publisher "1.5.18"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.netflix.hystrix : hystrix-core | jar | 1.5.18 |
| io.dropwizard.metrics : metrics-core | jar | 3.2.2 |