GroupId | GroupIdio.thorntail |
---|---|
ArtifactId | ArtifactIdmicroprofile-fault-tolerance |
Version | Version2.5.0.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.thorntail/microprofile-fault-tolerance/ -->
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>microprofile-fault-tolerance</artifactId>
<version>2.5.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/microprofile-fault-tolerance/
implementation 'io.thorntail:microprofile-fault-tolerance:2.5.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/microprofile-fault-tolerance/
implementation ("io.thorntail:microprofile-fault-tolerance:2.5.0.Final")
'io.thorntail:microprofile-fault-tolerance:jar:2.5.0.Final'
<dependency org="io.thorntail" name="microprofile-fault-tolerance" rev="2.5.0.Final">
<artifact name="microprofile-fault-tolerance" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='microprofile-fault-tolerance', version='2.5.0.Final')
)
libraryDependencies += "io.thorntail" % "microprofile-fault-tolerance" % "2.5.0.Final"
[io.thorntail/microprofile-fault-tolerance "2.5.0.Final"]