License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdsmallrye-fault-tolerance-kotlin |
Last Version | Last Version6.0.0-RC2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSmallRye Fault Tolerance: Kotlin Integration
SmallRye Build Parent POM
|
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-fault-tolerance-kotlin/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-fault-tolerance-kotlin</artifactId>
<version>6.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-fault-tolerance-kotlin/
implementation 'io.smallrye:smallrye-fault-tolerance-kotlin:6.0.0-RC2'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-fault-tolerance-kotlin/
implementation ("io.smallrye:smallrye-fault-tolerance-kotlin:6.0.0-RC2")
'io.smallrye:smallrye-fault-tolerance-kotlin:jar:6.0.0-RC2'
<dependency org="io.smallrye" name="smallrye-fault-tolerance-kotlin" rev="6.0.0-RC2">
<artifact name="smallrye-fault-tolerance-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-fault-tolerance-kotlin', version='6.0.0-RC2')
)
libraryDependencies += "io.smallrye" % "smallrye-fault-tolerance-kotlin" % "6.0.0-RC2"
[io.smallrye/smallrye-fault-tolerance-kotlin "6.0.0-RC2"]
Group / Artifact | Type | Version |
---|---|---|
io.smallrye : smallrye-fault-tolerance-api | jar | 6.0.0-RC2 |
io.smallrye : smallrye-fault-tolerance-core | jar | 6.0.0-RC2 |
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.6.10 |