| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-microprofile-fault-tolerance |
| Версия | Версия3.11.1 |
| Тип | Типjar |
| Описание |
ОписаниеCamel :: MicroProfile :: Fault Tolerance
Circuit Breaker EIP using MicroProfile Fault Tolerance
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-microprofile-fault-tolerance/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-microprofile-fault-tolerance</artifactId>
<version>3.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-microprofile-fault-tolerance/
implementation 'org.apache.camel:camel-microprofile-fault-tolerance:3.11.1'
// https://jarcasting.com/artifacts/org.apache.camel/camel-microprofile-fault-tolerance/
implementation ("org.apache.camel:camel-microprofile-fault-tolerance:3.11.1")
'org.apache.camel:camel-microprofile-fault-tolerance:jar:3.11.1'
<dependency org="org.apache.camel" name="camel-microprofile-fault-tolerance" rev="3.11.1">
<artifact name="camel-microprofile-fault-tolerance" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-microprofile-fault-tolerance', version='3.11.1')
)
libraryDependencies += "org.apache.camel" % "camel-microprofile-fault-tolerance" % "3.11.1"
[org.apache.camel/camel-microprofile-fault-tolerance "3.11.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.camel : camel-core-reifier | jar | 3.11.1 |
| org.eclipse.microprofile.fault-tolerance : microprofile-fault-tolerance-api | jar | 3.0 |
| io.smallrye : smallrye-fault-tolerance | jar | 5.1.0 |