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