| License |
License |
|---|---|
| Categories |
CategoriesHelidon Container Microservices |
| GroupId | GroupIdio.helidon.fault-tolerance |
| ArtifactId | ArtifactIdhelidon-fault-tolerance |
| Last Version | Last Version3.0.0-M2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHelidon Fault Tolerance
Java libraries for writing microservices
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.helidon.fault-tolerance/helidon-fault-tolerance/ -->
<dependency>
<groupId>io.helidon.fault-tolerance</groupId>
<artifactId>helidon-fault-tolerance</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.fault-tolerance/helidon-fault-tolerance/
implementation 'io.helidon.fault-tolerance:helidon-fault-tolerance:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.fault-tolerance/helidon-fault-tolerance/
implementation ("io.helidon.fault-tolerance:helidon-fault-tolerance:3.0.0-M2")
'io.helidon.fault-tolerance:helidon-fault-tolerance:jar:3.0.0-M2'
<dependency org="io.helidon.fault-tolerance" name="helidon-fault-tolerance" rev="3.0.0-M2">
<artifact name="helidon-fault-tolerance" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.fault-tolerance', module='helidon-fault-tolerance', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.fault-tolerance" % "helidon-fault-tolerance" % "3.0.0-M2"
[io.helidon.fault-tolerance/helidon-fault-tolerance "3.0.0-M2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.helidon.config : helidon-config | jar | 3.0.0-M2 |
| io.helidon.common : helidon-common-configurable | jar | 3.0.0-M2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-all | jar | 1.3 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| io.helidon.config : helidon-config-testing | jar | 3.0.0-M2 |