m

microprofile-fault-tolerance-api

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