MVN

org.apache.camel : camel-example-hystrix

Maven & Gradle

Mar 25, 2018

Camel :: Example :: Hystrix · An example showing how to use Hystrix EIP as circuit breaker in Camel routes

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-example-hystrix</artifactId>
    <version>2.19.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.camel : camel-example-hystrix to add to Maven - Latest Versions:

  • Latest Stable: 2.19.5

All Versions

Choose a version of org.apache.camel : camel-example-hystrix to add to Maven - All Versions:

Version Vulnerabilities Updated
2.19.x
camel-example-hystrix-2.19.5
camel-example-hystrix-2.19.4
camel-example-hystrix-2.19.3
camel-example-hystrix-2.19.2
camel-example-hystrix-2.19.1
camel-example-hystrix-2.19.0
2.18.x
camel-example-hystrix-2.18.5
camel-example-hystrix-2.18.4
camel-example-hystrix-2.18.3
camel-example-hystrix-2.18.2
camel-example-hystrix-2.18.1
camel-example-hystrix-2.18.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-example-hystrix</artifactId>
    <version>2.19.5</version>
</dependency>