<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-hystrix</artifactId> <version>3.11.3</version> </dependency>
implementation 'org.apache.camel:camel-hystrix:3.11.3'
implementation("org.apache.camel:camel-hystrix:3.11.3")
libraryDependencies += "org.apache.camel" % "camel-hystrix" % "3.11.3"
@Grapes( @Grab(group='org.apache.camel', module='camel-hystrix', version='3.11.3') )
<dependency org="org.apache.camel" name="camel-hystrix" rev="3.11.3" />
[org.apache.camel/camel-hystrix "3.11.3"]
'org.apache.camel:camel-hystrix:jar:3.11.3'
<parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> <version>3.11.3</version> </parent>
compile
|-- org.apache.camel:camel-core-reifier:3.11.3
|-- com.netflix.hystrix:hystrix-core:1.5.18
|-- com.netflix.hystrix:hystrix-metrics-event-stream:1.5.18
provided
|-- javax.servlet:servlet-api:2.5