GroupId | GroupIdio.smallrye |
---|---|
ArtifactId | ArtifactIdsmallrye-fault-tolerance-core |
Version | Version5.0.0-RC3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-fault-tolerance-core/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-fault-tolerance-core</artifactId>
<version>5.0.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-fault-tolerance-core/
implementation 'io.smallrye:smallrye-fault-tolerance-core:5.0.0-RC3'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-fault-tolerance-core/
implementation ("io.smallrye:smallrye-fault-tolerance-core:5.0.0-RC3")
'io.smallrye:smallrye-fault-tolerance-core:jar:5.0.0-RC3'
<dependency org="io.smallrye" name="smallrye-fault-tolerance-core" rev="5.0.0-RC3">
<artifact name="smallrye-fault-tolerance-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-fault-tolerance-core', version='5.0.0-RC3')
)
libraryDependencies += "io.smallrye" % "smallrye-fault-tolerance-core" % "5.0.0-RC3"
[io.smallrye/smallrye-fault-tolerance-core "5.0.0-RC3"]