| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаcom.netflix.hystrix |
| Идентификатор | Идентификаторhystrix-core |
| Версия | Версия1.5.18 |
| Тип | Типjar |
| Описание |
Описаниеhystrix-core
hystrix-core
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| hystrix-core-1.5.18.pom | |
| hystrix-core-1.5.18.jar | 457 KB |
| hystrix-core-1.5.18-sources.jar | 271 KB |
| hystrix-core-1.5.18-javadoc.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-core/ -->
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-core</artifactId>
<version>1.5.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-core/
implementation 'com.netflix.hystrix:hystrix-core:1.5.18'
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-core/
implementation ("com.netflix.hystrix:hystrix-core:1.5.18")
'com.netflix.hystrix:hystrix-core:jar:1.5.18'
<dependency org="com.netflix.hystrix" name="hystrix-core" rev="1.5.18">
<artifact name="hystrix-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.hystrix', module='hystrix-core', version='1.5.18')
)
libraryDependencies += "com.netflix.hystrix" % "hystrix-core" % "1.5.18"
[com.netflix.hystrix/hystrix-core "1.5.18"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.netflix.archaius : archaius-core | jar | 0.4.1 |
| io.reactivex : rxjava | jar | 1.2.0 |
| org.hdrhistogram : HdrHistogram | jar | 2.1.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.0 |