License |
License |
---|---|
Categories |
CategoriesFailsafe Application Layer Libs Distributed Applications |
GroupId | GroupIddev.failsafe |
ArtifactId | ArtifactIdfailsafe |
Last Version | Last Version3.2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFailsafe
Fault tolerance and resilience patterns
|
Filename | Size |
---|---|
failsafe-3.2.4.pom | |
failsafe-3.2.4.jar | 115 KB |
failsafe-3.2.4-sources.jar | 101 KB |
failsafe-3.2.4-javadoc.jar | 341 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.failsafe/failsafe/ -->
<dependency>
<groupId>dev.failsafe</groupId>
<artifactId>failsafe</artifactId>
<version>3.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/dev.failsafe/failsafe/
implementation 'dev.failsafe:failsafe:3.2.4'
// https://jarcasting.com/artifacts/dev.failsafe/failsafe/
implementation ("dev.failsafe:failsafe:3.2.4")
'dev.failsafe:failsafe:jar:3.2.4'
<dependency org="dev.failsafe" name="failsafe" rev="3.2.4">
<artifact name="failsafe" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.failsafe', module='failsafe', version='3.2.4')
)
libraryDependencies += "dev.failsafe" % "failsafe" % "3.2.4"
[dev.failsafe/failsafe "3.2.4"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.9.10 |
org.mockito : mockito-core | jar | 4.2.0 |
net.jodah : concurrentunit | jar | 0.4.4 |