m

microprofile-fault-tolerance-tck

Fault Tolerance for MicroProfile :: TCK
Files download
File Operation
microprofile-fault-tolerance-tck-1.1.3.jar download
microprofile-fault-tolerance-tck-1.1.3.pom download
microprofile-fault-tolerance-tck-1.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.microprofile.fault-tolerance</groupId>
  <artifactId>microprofile-fault-tolerance-tck</artifactId>
  <version>1.1.3</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-tck:1.1.3'
Gradle Kotlin
implementation("org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-tck:1.1.3")
Scala SBT
libraryDependencies += "org.eclipse.microprofile.fault-tolerance" % "microprofile-fault-tolerance-tck" % "1.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.microprofile.fault-tolerance', module='microprofile-fault-tolerance-tck', version='1.1.3')
)
Apache Ivy
<dependency org="org.eclipse.microprofile.fault-tolerance" name="microprofile-fault-tolerance-tck" rev="1.1.3" />
Leiningen
[org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-tck "1.1.3"]
Apache Buildr
'org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-tck:jar:1.1.3'