Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.microprofile.fault-tolerance |
ArtifactId | ArtifactIdmicroprofile-fault-tolerance-parent |
Version | Version4.0-RC5 |
Type | Typepom |
Filename | Size |
---|---|
microprofile-fault-tolerance-parent-4.0-RC5.pom | 2 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>4.0-RC5</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:4.0-RC5'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-parent/
implementation ("org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-parent:4.0-RC5")
'org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-parent:pom:4.0-RC5'
<dependency org="org.eclipse.microprofile.fault-tolerance" name="microprofile-fault-tolerance-parent" rev="4.0-RC5">
<artifact name="microprofile-fault-tolerance-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.fault-tolerance', module='microprofile-fault-tolerance-parent', version='4.0-RC5')
)
libraryDependencies += "org.eclipse.microprofile.fault-tolerance" % "microprofile-fault-tolerance-parent" % "4.0-RC5"
[org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-parent "4.0-RC5"]