is not current version
Last Version 2018.5.0

org.wildfly.swarm:hystrix 1.0.0.CR1

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

1.0.0.CR1
Type

Type

jar

Download hystrix 1.0.0.CR1


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