is not current version
Last Version 4.0

org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-tck 2.1-RC2

Fault Tolerance for MicroProfile :: TCK

Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile.fault-tolerance
ArtifactId

ArtifactId

microprofile-fault-tolerance-tck
Version

Version

2.1-RC2
Type

Type

jar

Download microprofile-fault-tolerance-tck 2.1-RC2


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