MVN

io.smallrye : smallrye-fault-tolerance-kotlin

Maven & Gradle

Jun 21, 2023
70 stars

SmallRye Fault Tolerance: Kotlin Integration

<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-fault-tolerance-kotlin</artifactId>
    <version>6.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.smallrye : smallrye-fault-tolerance-kotlin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2.4
  • Latest Release Candidate: 6.0.0-RC4

All Versions

Choose a version of io.smallrye : smallrye-fault-tolerance-kotlin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.2.x
smallrye-fault-tolerance-kotlin-6.2.4
smallrye-fault-tolerance-kotlin-6.2.3
smallrye-fault-tolerance-kotlin-6.2.2
smallrye-fault-tolerance-kotlin-6.2.1
smallrye-fault-tolerance-kotlin-6.2.0
6.1.x
smallrye-fault-tolerance-kotlin-6.1.0
6.0.x
smallrye-fault-tolerance-kotlin-6.0.0
smallrye-fault-tolerance-kotlin-6.0.0-RC4
smallrye-fault-tolerance-kotlin-6.0.0-RC3
smallrye-fault-tolerance-kotlin-6.0.0-RC2
5.6.x
smallrye-fault-tolerance-kotlin-5.6.0
5.5.x
smallrye-fault-tolerance-kotlin-5.5.0
5.4.x
smallrye-fault-tolerance-kotlin-5.4.1
smallrye-fault-tolerance-kotlin-5.4.0

How to add a dependency to Maven

Add the following io.smallrye : smallrye-fault-tolerance-kotlin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-fault-tolerance-kotlin</artifactId>
    <version>6.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.smallrye : smallrye-fault-tolerance-kotlin gradle dependency to your build.gradle file:

implementation 'io.smallrye:smallrye-fault-tolerance-kotlin:6.2.4'

Gradle Kotlin DSL: Add the following io.smallrye : smallrye-fault-tolerance-kotlin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.smallrye:smallrye-fault-tolerance-kotlin:6.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.smallrye : smallrye-fault-tolerance-kotlin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.smallrye" % "smallrye-fault-tolerance-kotlin" % "6.2.4"

Advertisement