License |
License |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-microprofile-fault-tolerance |
Last Version | Last Version3.17.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel :: MicroProfile :: Fault Tolerance
Circuit Breaker EIP using MicroProfile Fault Tolerance
|
Project Organization |
Project Organization |
<!-- 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.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-microprofile-fault-tolerance/
implementation 'org.apache.camel:camel-microprofile-fault-tolerance:3.17.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-microprofile-fault-tolerance/
implementation ("org.apache.camel:camel-microprofile-fault-tolerance:3.17.0")
'org.apache.camel:camel-microprofile-fault-tolerance:jar:3.17.0'
<dependency org="org.apache.camel" name="camel-microprofile-fault-tolerance" rev="3.17.0">
<artifact name="camel-microprofile-fault-tolerance" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-microprofile-fault-tolerance', version='3.17.0')
)
libraryDependencies += "org.apache.camel" % "camel-microprofile-fault-tolerance" % "3.17.0"
[org.apache.camel/camel-microprofile-fault-tolerance "3.17.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel : camel-core-reifier | jar | 3.17.0 |
org.eclipse.microprofile.fault-tolerance : microprofile-fault-tolerance-api | jar | 3.0 |
io.smallrye : smallrye-fault-tolerance | jar | 5.3.1 |