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