MVN

org.eclipse.microprofile.fault-tolerance : microprofile-fault-tolerance-api

Maven & Gradle

Oct 06, 2022
63 usages
115 stars

microProfile-fault-tolerance-api · Fault Tolerance APIs for MicroProfile :: API

<dependency>
    <groupId>org.eclipse.microprofile.fault-tolerance</groupId>
    <artifactId>microprofile-fault-tolerance-api</artifactId>
    <version>4.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.microprofile.fault-tolerance : microprofile-fault-tolerance-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.2
  • Latest Release Candidate: 4.0.2-RC1

All Versions

Choose a version of org.eclipse.microprofile.fault-tolerance : microprofile-fault-tolerance-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
microprofile-fault-tolerance-api-4.0.2
microprofile-fault-tolerance-api-4.0.2-RC1
microprofile-fault-tolerance-api-4.0.1
4.0
microprofile-fault-tolerance-api-4.0
microprofile-fault-tolerance-api-4.0-RC5
microprofile-fault-tolerance-api-4.0-RC4
microprofile-fault-tolerance-api-4.0-RC3
microprofile-fault-tolerance-api-4.0-RC2
microprofile-fault-tolerance-api-4.0-RC1
3.0
microprofile-fault-tolerance-api-3.0
microprofile-fault-tolerance-api-3.0-RC2
microprofile-fault-tolerance-api-3.0-RC1
2.1.x
microprofile-fault-tolerance-api-2.1.1
microprofile-fault-tolerance-api-2.1.1-RC4
microprofile-fault-tolerance-api-2.1.1-RC3
microprofile-fault-tolerance-api-2.1.1-RC2
microprofile-fault-tolerance-api-2.1.1-RC1
2.1
microprofile-fault-tolerance-api-2.1
microprofile-fault-tolerance-api-2.1-RC2
microprofile-fault-tolerance-api-2.1-RC1
2.0.x
microprofile-fault-tolerance-api-2.0.4
microprofile-fault-tolerance-api-2.0.4-RC4
microprofile-fault-tolerance-api-2.0.4-RC3
microprofile-fault-tolerance-api-2.0.4-RC2
microprofile-fault-tolerance-api-2.0.4-RC1
microprofile-fault-tolerance-api-2.0.3
microprofile-fault-tolerance-api-2.0.3-RC1
microprofile-fault-tolerance-api-2.0.2
microprofile-fault-tolerance-api-2.0.2-RC2
microprofile-fault-tolerance-api-2.0.2-RC1
microprofile-fault-tolerance-api-2.0.1
microprofile-fault-tolerance-api-2.0.1-RC2
microprofile-fault-tolerance-api-2.0.1-RC1
2.0
microprofile-fault-tolerance-api-2.0
microprofile-fault-tolerance-api-2.0-RC4
microprofile-fault-tolerance-api-2.0-RC3
1.1.x
microprofile-fault-tolerance-api-1.1.4
microprofile-fault-tolerance-api-1.1.3
microprofile-fault-tolerance-api-1.1.2
microprofile-fault-tolerance-api-1.1.1
1.1
microprofile-fault-tolerance-api-1.1
1.0
microprofile-fault-tolerance-api-1.0

How to add a dependency to Maven

Add the following org.eclipse.microprofile.fault-tolerance : microprofile-fault-tolerance-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.microprofile.fault-tolerance</groupId>
    <artifactId>microprofile-fault-tolerance-api</artifactId>
    <version>4.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.microprofile.fault-tolerance : microprofile-fault-tolerance-api gradle dependency to your build.gradle file:

implementation 'org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api:4.0.2'

Gradle Kotlin DSL: Add the following org.eclipse.microprofile.fault-tolerance : microprofile-fault-tolerance-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api:4.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.microprofile.fault-tolerance : microprofile-fault-tolerance-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.microprofile.fault-tolerance" % "microprofile-fault-tolerance-api" % "4.0.2"

Advertisement