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