is not current version
Last Version 2.4.4

net.jodah:failsafe 2.0.1


Categories

Categories

Net Failsafe Application Layer Libs Distributed Applications
GroupId

GroupId

net.jodah
ArtifactId

ArtifactId

failsafe
Version

Version

2.0.1
Type

Type

jar

Download failsafe 2.0.1


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