| License |
License |
|---|---|
| Categories |
CategoriesFailsafe Application Layer Libs Distributed Applications |
| GroupId | GroupIddev.failsafe |
| ArtifactId | ArtifactIdfailsafe-parent |
| Last Version | Last Version3.2.4 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionFailsafe Parent
Fault tolerance and resilience patterns
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| failsafe-parent-3.2.4.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.failsafe/failsafe-parent/ -->
<dependency>
<groupId>dev.failsafe</groupId>
<artifactId>failsafe-parent</artifactId>
<version>3.2.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.failsafe/failsafe-parent/
implementation 'dev.failsafe:failsafe-parent:3.2.4'
// https://jarcasting.com/artifacts/dev.failsafe/failsafe-parent/
implementation ("dev.failsafe:failsafe-parent:3.2.4")
'dev.failsafe:failsafe-parent:pom:3.2.4'
<dependency org="dev.failsafe" name="failsafe-parent" rev="3.2.4">
<artifact name="failsafe-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.failsafe', module='failsafe-parent', version='3.2.4')
)
libraryDependencies += "dev.failsafe" % "failsafe-parent" % "3.2.4"
[dev.failsafe/failsafe-parent "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 |