is not current version
Last Version 2.4.4

net.jodah:failsafe 0.8.1


Categories

Categories

Net Failsafe Application Layer Libs Distributed Applications
GroupId

GroupId

net.jodah
ArtifactId

ArtifactId

failsafe
Version

Version

0.8.1
Type

Type

jar

Download failsafe 0.8.1


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