m

microprofile-fault-tolerance-tck

Fault Tolerance for MicroProfile :: TCK
文件下载
文件名 操作
microprofile-fault-tolerance-tck-4.0.2-RC1.jar 下载
microprofile-fault-tolerance-tck-4.0.2-RC1.pom 下载
microprofile-fault-tolerance-tck-4.0.2-RC1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.microprofile.fault-tolerance</groupId>
  <artifactId>microprofile-fault-tolerance-tck</artifactId>
  <version>4.0.2-RC1</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-tck:4.0.2-RC1'
Gradle Kotlin
implementation("org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-tck:4.0.2-RC1")
Scala SBT
libraryDependencies += "org.eclipse.microprofile.fault-tolerance" % "microprofile-fault-tolerance-tck" % "4.0.2-RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.microprofile.fault-tolerance', module='microprofile-fault-tolerance-tck', version='4.0.2-RC1')
)
Apache Ivy
<dependency org="org.eclipse.microprofile.fault-tolerance" name="microprofile-fault-tolerance-tck" rev="4.0.2-RC1" />
Leiningen
[org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-tck "4.0.2-RC1"]
Apache Buildr
'org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-tck:jar:4.0.2-RC1'