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