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