Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.microprofile.fault-tolerance |
ArtifactId | ArtifactIdmicroprofile-fault-tolerance-api |
Version | Version2.0.4-RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-api/ -->
<dependency>
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-api</artifactId>
<version>2.0.4-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-api/
implementation 'org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api:2.0.4-RC2'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-api/
implementation ("org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api:2.0.4-RC2")
'org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api:jar:2.0.4-RC2'
<dependency org="org.eclipse.microprofile.fault-tolerance" name="microprofile-fault-tolerance-api" rev="2.0.4-RC2">
<artifact name="microprofile-fault-tolerance-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.fault-tolerance', module='microprofile-fault-tolerance-api', version='2.0.4-RC2')
)
libraryDependencies += "org.eclipse.microprofile.fault-tolerance" % "microprofile-fault-tolerance-api" % "2.0.4-RC2"
[org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-api "2.0.4-RC2"]