is not current version
Last Version 4.0

org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-tck 1.0


Categories

Categories

CLI User Interface
GroupId

GroupId

org.eclipse.microprofile.fault-tolerance
ArtifactId

ArtifactId

microprofile-fault-tolerance-tck
Version

Version

1.0
Type

Type

jar

Download microprofile-fault-tolerance-tck 1.0


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