Download microprofile-fault-tolerance-api-1.1.jar file - Jar m

Jar examples for m:microprofile-fault-tolerance-api

Description

Fault Tolerance APIs for MicroProfile :: API

You can download jar file microprofile-fault-tolerance-api 1.1 in this page.

License

Apache License

Build File

You can use the following script to add microprofile-fault-tolerance-api-1.1.jar to your project.

<dependency>
   <groupId>org.eclipse.microprofile.fault-tolerance</groupId>
   <artifactId>microprofile-fault-tolerance-api</artifactId>
   <version>1.1</version>
</dependency>
compile group: 'org.eclipse.microprofile.fault-tolerance', name: 'microprofile-fault-tolerance-api', version: '1.1'
libraryDependencies += "org.eclipse.microprofile.fault-tolerance" % "microprofile-fault-tolerance-api" % "1.1"
<dependency org="org.eclipse.microprofile.fault-tolerance" name="microprofile-fault-tolerance-api" rev="1.1"/>
@Grapes(@Grab(group='org.eclipse.microprofile.fault-tolerance', module='microprofile-fault-tolerance-api', version='1.1'))
'org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api:jar:1.1'

Download

Click the following link to download the jar file.

microprofile-fault-tolerance-api-1.1-javadoc.jar
microprofile-fault-tolerance-api-1.1-sources.jar
microprofile-fault-tolerance-api-1.1.jar
microprofile-fault-tolerance-api-1.1.pom



Related Tutorials