License |
License |
---|---|
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdsmallrye-fault-tolerance-api |
Last Version | Last Version6.0.0-RC2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSmallRye Fault Tolerance: API
SmallRye Build Parent POM
|
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-fault-tolerance-api/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-fault-tolerance-api</artifactId>
<version>6.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-fault-tolerance-api/
implementation 'io.smallrye:smallrye-fault-tolerance-api:6.0.0-RC2'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-fault-tolerance-api/
implementation ("io.smallrye:smallrye-fault-tolerance-api:6.0.0-RC2")
'io.smallrye:smallrye-fault-tolerance-api:jar:6.0.0-RC2'
<dependency org="io.smallrye" name="smallrye-fault-tolerance-api" rev="6.0.0-RC2">
<artifact name="smallrye-fault-tolerance-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-fault-tolerance-api', version='6.0.0-RC2')
)
libraryDependencies += "io.smallrye" % "smallrye-fault-tolerance-api" % "6.0.0-RC2"
[io.smallrye/smallrye-fault-tolerance-api "6.0.0-RC2"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.enterprise : jakarta.enterprise.cdi-api | jar | 3.0.0 |
org.eclipse.microprofile.fault-tolerance : microprofile-fault-tolerance-api | jar | 4.0 |
io.smallrye.common : smallrye-common-annotation | jar | 2.0.0-RC1 |