is not current version
Last Version 2018.5.0

org.wildfly.swarm:hystrix 2018.3.2

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

2018.3.2
Type

Type

jar

Download hystrix 2018.3.2


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