MVN

de.otto.edison : hystrix

Maven & Gradle

Nov 26, 2015
117 stars

hystrix · Hystrix library of the edison-microservice project.

<dependency>
    <groupId>de.otto.edison</groupId>
    <artifactId>hystrix</artifactId>
    <version>0.44.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.otto.edison : hystrix to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.44.0

All Versions

Choose a version of de.otto.edison : hystrix to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.44.x
hystrix-0.44.0
0.43.x
hystrix-0.43.0
0.42.x
hystrix-0.42.3
hystrix-0.42.2
hystrix-0.42.1
hystrix-0.42.0
0.41.x
hystrix-0.41.0
0.40.x
hystrix-0.40.0
0.39.x
hystrix-0.39.1
hystrix-0.39.0
0.38.x
hystrix-0.38.0
0.37.x
hystrix-0.37.0
0.36.x
hystrix-0.36.0
0.35.x
hystrix-0.35.0
0.34.x
hystrix-0.34.0
0.33.x
hystrix-0.33.0
0.32.x
hystrix-0.32.0
0.31.x
hystrix-0.31.0
0.30.x
hystrix-0.30.0
0.29.x
hystrix-0.29.0
0.28.x
hystrix-0.28.3
hystrix-0.28.2
hystrix-0.28.1
hystrix-0.28.0
0.27.x
hystrix-0.27.0
0.26.x
hystrix-0.26.0
0.25.x
hystrix-0.25.0
0.24.x
hystrix-0.24.0
0.23.x
hystrix-0.23.0
0.22.x
hystrix-0.22.0
0.21.x
hystrix-0.21.0
0.20.x
hystrix-0.20.0
0.19.x
hystrix-0.19.0
0.18.x
hystrix-0.18.0
0.16.x
hystrix-0.16.0
0.15.x
hystrix-0.15.4
hystrix-0.15.3
0.14.x
hystrix-0.14.0
0.13.x
hystrix-0.13.0
0.12.x
hystrix-0.12.0
0.11.x
hystrix-0.11.0
0.10.x
hystrix-0.10.0
0.9.x
hystrix-0.9.0
0.8.x
hystrix-0.8.0
0.7.x
hystrix-0.7.0
0.6.x
hystrix-0.6.0
0.5.x
hystrix-0.5.0
0.4.x
hystrix-0.4.0
0.3.x
hystrix-0.3.0
0.2.x
hystrix-0.2.0
0.1.x
hystrix-0.1.0

How to add a dependency to Maven

Add the following de.otto.edison : hystrix maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.otto.edison</groupId>
    <artifactId>hystrix</artifactId>
    <version>0.44.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.otto.edison : hystrix gradle dependency to your build.gradle file:

implementation 'de.otto.edison:hystrix:0.44.0'

Gradle Kotlin DSL: Add the following de.otto.edison : hystrix gradle kotlin dependency to your build.gradle.kts file:

implementation("de.otto.edison:hystrix:0.44.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.otto.edison : hystrix sbt scala dependency to your build.sbt file:

libraryDependencies += "de.otto.edison" % "hystrix" % "0.44.0"