m

microprofile-fault-tolerance-parent

Eclipse MicroProfile Fault Tolerance Feature :: Parent POM
Emily Jiang
Files download
File Operation
microprofile-fault-tolerance-parent-4.0-RC4.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.microprofile.fault-tolerance</groupId>
  <artifactId>microprofile-fault-tolerance-parent</artifactId>
  <version>4.0-RC4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-parent:4.0-RC4'
Gradle Kotlin
implementation("org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-parent:4.0-RC4")
Scala SBT
libraryDependencies += "org.eclipse.microprofile.fault-tolerance" % "microprofile-fault-tolerance-parent" % "4.0-RC4"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.microprofile.fault-tolerance', module='microprofile-fault-tolerance-parent', version='4.0-RC4')
)
Apache Ivy
<dependency org="org.eclipse.microprofile.fault-tolerance" name="microprofile-fault-tolerance-parent" rev="4.0-RC4" />
Leiningen
[org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-parent "4.0-RC4"]
Apache Buildr
'org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-parent:jar:4.0-RC4'