h

hystrix

Latency and Fault Tolerance, such as Circuit Breaker, with Hystrix from Netflix OSS
Files download
File Operation
hystrix-2016.12.1.jar download
hystrix-2016.12.1.pom download
hystrix-2016.12.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wildfly.swarm</groupId>
  <artifactId>hystrix</artifactId>
  <version>2016.12.1</version>
</dependency>
Gradle Groovy
implementation 'org.wildfly.swarm:hystrix:2016.12.1'
Gradle Kotlin
implementation("org.wildfly.swarm:hystrix:2016.12.1")
Scala SBT
libraryDependencies += "org.wildfly.swarm" % "hystrix" % "2016.12.1"
Groovy Grape
@Grapes(
  @Grab(group='org.wildfly.swarm', module='hystrix', version='2016.12.1')
)
Apache Ivy
<dependency org="org.wildfly.swarm" name="hystrix" rev="2016.12.1" />
Leiningen
[org.wildfly.swarm/hystrix "2016.12.1"]
Apache Buildr
'org.wildfly.swarm:hystrix:jar:2016.12.1'