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

org.wildfly.swarm:hystrix 2016.8.1

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

Категории

Категории

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

Группа

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

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

hystrix
Версия

Версия

2016.8.1
Тип

Тип

jar

Скачать hystrix 2016.8.1


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