is not current version
Last Version 0.44.0

de.otto.edison:hystrix 0.35.0

Hystrix library of the edison-microservice project.

GroupId

GroupId

de.otto.edison
ArtifactId

ArtifactId

hystrix
Version

Version

0.35.0
Type

Type

jar

Download hystrix 0.35.0


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