c

camel-hystrix

Circuit Breaker EIP using Netflix Hystrix
Apache License, Version 2.0
文件下载
文件名 操作
camel-hystrix-3.7.2.jar 下载
camel-hystrix-3.7.2.pom 下载
camel-hystrix-3.7.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-hystrix</artifactId>
  <version>3.7.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.camel:camel-hystrix:3.7.2'
Gradle Kotlin
implementation("org.apache.camel:camel-hystrix:3.7.2")
Scala SBT
libraryDependencies += "org.apache.camel" % "camel-hystrix" % "3.7.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel', module='camel-hystrix', version='3.7.2')
)
Apache Ivy
<dependency org="org.apache.camel" name="camel-hystrix" rev="3.7.2" />
Leiningen
[org.apache.camel/camel-hystrix "3.7.2"]
Apache Buildr
'org.apache.camel:camel-hystrix:jar:3.7.2'