не последняя версия
Последняя версия 2018.5.0

org.wildfly.swarm:hystrix 2017.12.1

Latency and Fault Tolerance, such as Circuit Breaker, with Hystrix from Netflix OSS

Категории

Категории

WildFly Контейнер Application Servers
Группа

Группа

org.wildfly.swarm
Идентификатор

Идентификатор

hystrix
Версия

Версия

2017.12.1
Тип

Тип

jar

Скачать hystrix 2017.12.1


<!-- https://jarcasting.com/artifacts/org.wildfly.swarm/hystrix/ -->
<dependency>
    <groupId>org.wildfly.swarm</groupId>
    <artifactId>hystrix</artifactId>
    <version>2017.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.swarm/hystrix/
implementation 'org.wildfly.swarm:hystrix:2017.12.1'
// https://jarcasting.com/artifacts/org.wildfly.swarm/hystrix/
implementation ("org.wildfly.swarm:hystrix:2017.12.1")
'org.wildfly.swarm:hystrix:jar:2017.12.1'
<dependency org="org.wildfly.swarm" name="hystrix" rev="2017.12.1">
  <artifact name="hystrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.swarm', module='hystrix', version='2017.12.1')
)
libraryDependencies += "org.wildfly.swarm" % "hystrix" % "2017.12.1"
[org.wildfly.swarm/hystrix "2017.12.1"]