is not current version
Last Version 2.4.4

net.jodah:failsafe 1.1.0


Categories

Categories

Net Failsafe Application Layer Libs Distributed Applications
GroupId

GroupId

net.jodah
ArtifactId

ArtifactId

failsafe
Version

Version

1.1.0
Type

Type

jar

Download failsafe 1.1.0


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