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