m

mpFaultTolerance-2.0

This feature provides support for the MicroProfile Fault Tolerance 2.0 API.
https://openliberty.io/
Eclipse Public License
Eric Lau
Files download
File Operation
mpFaultTolerance-2.0-20.0.0.8.pom download
Apache Maven
<dependency>
  <groupId>io.openliberty.features</groupId>
  <artifactId>mpFaultTolerance-2.0</artifactId>
  <version>20.0.0.8</version>
  <type>esa</type>
</dependency>
Gradle Groovy
implementation 'io.openliberty.features:mpFaultTolerance-2.0:20.0.0.8'
Gradle Kotlin
implementation("io.openliberty.features:mpFaultTolerance-2.0:20.0.0.8")
Scala SBT
libraryDependencies += "io.openliberty.features" % "mpFaultTolerance-2.0" % "20.0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='io.openliberty.features', module='mpFaultTolerance-2.0', version='20.0.0.8')
)
Apache Ivy
<dependency org="io.openliberty.features" name="mpFaultTolerance-2.0" rev="20.0.0.8" />
Leiningen
[io.openliberty.features/mpFaultTolerance-2.0 "20.0.0.8"]
Apache Buildr
'io.openliberty.features:mpFaultTolerance-2.0:jar:20.0.0.8'