License |
License |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-hystrix |
Last Version | Last Version3.16.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel :: Hystrix (deprecated)
Circuit Breaker EIP using Netflix Hystrix
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
camel-hystrix-3.16.0.pom | |
camel-hystrix-3.16.0.jar | 29 KB |
camel-hystrix-3.16.0-sources.jar | 18 KB |
camel-hystrix-3.16.0-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-hystrix/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-hystrix</artifactId>
<version>3.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-hystrix/
implementation 'org.apache.camel:camel-hystrix:3.16.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-hystrix/
implementation ("org.apache.camel:camel-hystrix:3.16.0")
'org.apache.camel:camel-hystrix:jar:3.16.0'
<dependency org="org.apache.camel" name="camel-hystrix" rev="3.16.0">
<artifact name="camel-hystrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-hystrix', version='3.16.0')
)
libraryDependencies += "org.apache.camel" % "camel-hystrix" % "3.16.0"
[org.apache.camel/camel-hystrix "3.16.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel : camel-core-reifier | jar | 3.16.0 |
com.netflix.hystrix : hystrix-core | jar | 1.5.18 |
com.netflix.hystrix : hystrix-metrics-event-stream | jar | 1.5.18 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |