Categories |
CategoriesFailsafe Application Layer Libs Distributed Applications |
---|---|
GroupId | GroupIddev.failsafe |
ArtifactId | ArtifactIdfailsafe |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
failsafe-3.0.1.pom | |
failsafe-3.0.1.jar | 115 KB |
failsafe-3.0.1-sources.jar | 101 KB |
failsafe-3.0.1-javadoc.jar | 341 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.failsafe/failsafe/ -->
<dependency>
<groupId>dev.failsafe</groupId>
<artifactId>failsafe</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/dev.failsafe/failsafe/
implementation 'dev.failsafe:failsafe:3.0.1'
// https://jarcasting.com/artifacts/dev.failsafe/failsafe/
implementation ("dev.failsafe:failsafe:3.0.1")
'dev.failsafe:failsafe:jar:3.0.1'
<dependency org="dev.failsafe" name="failsafe" rev="3.0.1">
<artifact name="failsafe" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.failsafe', module='failsafe', version='3.0.1')
)
libraryDependencies += "dev.failsafe" % "failsafe" % "3.0.1"
[dev.failsafe/failsafe "3.0.1"]