is not current version
Last Version 4.0

org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-parent 2.0.2-RC2

Eclipse MicroProfile Fault Tolerance Feature :: Parent POM

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile.fault-tolerance
ArtifactId

ArtifactId

microprofile-fault-tolerance-parent
Version

Version

2.0.2-RC2
Type

Type

pom

Download microprofile-fault-tolerance-parent 2.0.2-RC2


<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-parent/ -->
<dependency>
    <groupId>org.eclipse.microprofile.fault-tolerance</groupId>
    <artifactId>microprofile-fault-tolerance-parent</artifactId>
    <version>2.0.2-RC2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-parent/
implementation 'org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-parent:2.0.2-RC2'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-parent/
implementation ("org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-parent:2.0.2-RC2")
'org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-parent:pom:2.0.2-RC2'
<dependency org="org.eclipse.microprofile.fault-tolerance" name="microprofile-fault-tolerance-parent" rev="2.0.2-RC2">
  <artifact name="microprofile-fault-tolerance-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.fault-tolerance', module='microprofile-fault-tolerance-parent', version='2.0.2-RC2')
)
libraryDependencies += "org.eclipse.microprofile.fault-tolerance" % "microprofile-fault-tolerance-parent" % "2.0.2-RC2"
[org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-parent "2.0.2-RC2"]