License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.eclipse.microprofile.fault-tolerance |
ArtifactId | ArtifactIdmicroprofile-fault-tolerance-spec |
Last Version | Last Version4.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMicroProfile Fault Tolerance Specification
Eclipse MicroProfile Fault Tolerance Feature :: Parent POM
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
microprofile-fault-tolerance-spec-4.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-spec/ -->
<dependency>
<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
<artifactId>microprofile-fault-tolerance-spec</artifactId>
<version>4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-spec/
implementation 'org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-spec:4.0'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-spec/
implementation ("org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-spec:4.0")
'org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-spec:pom:4.0'
<dependency org="org.eclipse.microprofile.fault-tolerance" name="microprofile-fault-tolerance-spec" rev="4.0">
<artifact name="microprofile-fault-tolerance-spec" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.fault-tolerance', module='microprofile-fault-tolerance-spec', version='4.0')
)
libraryDependencies += "org.eclipse.microprofile.fault-tolerance" % "microprofile-fault-tolerance-spec" % "4.0"
[org.eclipse.microprofile.fault-tolerance/microprofile-fault-tolerance-spec "4.0"]