MVN

io.fabric8.quickstarts : hystrix

Maven & Gradle

Jul 08, 2016
65 stars

Fabric8 :: Quickstarts :: Spring-Boot :: Hystrix

<dependency>
    <groupId>io.fabric8.quickstarts</groupId>
    <artifactId>hystrix</artifactId>
    <version>2.2.149</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8.quickstarts : hystrix to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.149

All Versions

Choose a version of io.fabric8.quickstarts : hystrix to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
hystrix-2.2.149
hystrix-2.2.148
hystrix-2.2.145
hystrix-2.2.144
hystrix-2.2.142
hystrix-2.2.141
hystrix-2.2.140
hystrix-2.2.138
hystrix-2.2.136
hystrix-2.2.135
hystrix-2.2.134
hystrix-2.2.133
hystrix-2.2.132
hystrix-2.2.131
hystrix-2.2.130
hystrix-2.2.127
hystrix-2.2.126
hystrix-2.2.125
hystrix-2.2.123
hystrix-2.2.114
hystrix-2.2.113
hystrix-2.2.112
hystrix-2.2.109
hystrix-2.2.106
hystrix-2.2.105

How to add a dependency to Maven

Add the following io.fabric8.quickstarts : hystrix maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fabric8.quickstarts</groupId>
    <artifactId>hystrix</artifactId>
    <version>2.2.149</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fabric8.quickstarts : hystrix gradle dependency to your build.gradle file:

implementation 'io.fabric8.quickstarts:hystrix:2.2.149'

Gradle Kotlin DSL: Add the following io.fabric8.quickstarts : hystrix gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fabric8.quickstarts:hystrix:2.2.149")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fabric8.quickstarts : hystrix sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fabric8.quickstarts" % "hystrix" % "2.2.149"

Advertisement