MVN

io.fabric8.kubeflix.examples : hello-hystrix

Maven & Gradle

Feb 04, 2017
267 stars

Kubeflix :: Examples :: Hello Hystrix

<dependency>
    <groupId>io.fabric8.kubeflix.examples</groupId>
    <artifactId>hello-hystrix</artifactId>
    <version>1.0.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.28

All Versions

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

Version Vulnerabilities Updated
1.0.x
hello-hystrix-1.0.28
hello-hystrix-1.0.27
hello-hystrix-1.0.26
hello-hystrix-1.0.23
hello-hystrix-1.0.22
hello-hystrix-1.0.20
hello-hystrix-1.0.18
hello-hystrix-1.0.17
hello-hystrix-1.0.16
hello-hystrix-1.0.15
hello-hystrix-1.0.14
hello-hystrix-1.0.13
hello-hystrix-1.0.12
hello-hystrix-1.0.11
hello-hystrix-1.0.10
hello-hystrix-1.0.9
hello-hystrix-1.0.8
hello-hystrix-1.0.7
hello-hystrix-1.0.6
hello-hystrix-1.0.5
hello-hystrix-1.0.4
hello-hystrix-1.0.3
hello-hystrix-1.0.2
hello-hystrix-1.0.1
hello-hystrix-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.fabric8.kubeflix.examples</groupId>
    <artifactId>hello-hystrix</artifactId>
    <version>1.0.28</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fabric8.kubeflix.examples : hello-hystrix gradle dependency to your build.gradle file:

implementation 'io.fabric8.kubeflix.examples:hello-hystrix:1.0.28'

Gradle Kotlin DSL: Add the following io.fabric8.kubeflix.examples : hello-hystrix gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fabric8.kubeflix.examples:hello-hystrix:1.0.28")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fabric8.kubeflix.examples : hello-hystrix sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fabric8.kubeflix.examples" % "hello-hystrix" % "1.0.28"