| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-example-hystrix-client |
| Последняя версия | Последняя версия2.19.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCamel :: Example :: Hystrix :: Client
An example showing how to use Hystrix EIP as circuit breaker in Camel routes
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-example-hystrix-client/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-example-hystrix-client</artifactId>
<version>2.19.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-hystrix-client/
implementation 'org.apache.camel:camel-example-hystrix-client:2.19.5'
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-hystrix-client/
implementation ("org.apache.camel:camel-example-hystrix-client:2.19.5")
'org.apache.camel:camel-example-hystrix-client:jar:2.19.5'
<dependency org="org.apache.camel" name="camel-example-hystrix-client" rev="2.19.5">
<artifact name="camel-example-hystrix-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-example-hystrix-client', version='2.19.5')
)
libraryDependencies += "org.apache.camel" % "camel-example-hystrix-client" % "2.19.5"
[org.apache.camel/camel-example-hystrix-client "2.19.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 1.5.7.RELEASE |
| org.apache.camel : camel-spring-boot-starter | jar | 2.19.5 |
| org.apache.camel : camel-http-starter | jar | 2.19.5 |
| org.apache.camel : camel-hystrix-starter | jar | 2.19.5 |