is not current version
Last Version 3.2.4

dev.failsafe:failsafe 3.0.2


Categories

Categories

Failsafe Application Layer Libs Distributed Applications
GroupId

GroupId

dev.failsafe
ArtifactId

ArtifactId

failsafe
Version

Version

3.0.2
Type

Type

jar

Download failsafe 3.0.2


<!-- https://jarcasting.com/artifacts/dev.failsafe/failsafe/ -->
<dependency>
    <groupId>dev.failsafe</groupId>
    <artifactId>failsafe</artifactId>
    <version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/dev.failsafe/failsafe/
implementation 'dev.failsafe:failsafe:3.0.2'
// https://jarcasting.com/artifacts/dev.failsafe/failsafe/
implementation ("dev.failsafe:failsafe:3.0.2")
'dev.failsafe:failsafe:jar:3.0.2'
<dependency org="dev.failsafe" name="failsafe" rev="3.0.2">
  <artifact name="failsafe" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.failsafe', module='failsafe', version='3.0.2')
)
libraryDependencies += "dev.failsafe" % "failsafe" % "3.0.2"
[dev.failsafe/failsafe "3.0.2"]