is not current version
Last Version 2018.5.0

org.wildfly.swarm:hystrix 2017.6.0

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

Categories

Categories

WildFly Container Application Servers
GroupId

GroupId

org.wildfly.swarm
ArtifactId

ArtifactId

hystrix
Version

Version

2017.6.0
Type

Type

jar

Download hystrix 2017.6.0


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