License |
License |
---|---|
Categories |
CategoriesFailsafe Application Layer Libs Distributed Applications Retrofit Net HTTP Clients |
GroupId | GroupIddev.failsafe |
ArtifactId | ArtifactIdfailsafe-retrofit |
Last Version | Last Version3.2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFailsafe Retrofit
Fault tolerance and resilience patterns
|
Filename | Size |
---|---|
failsafe-retrofit-3.2.4.pom | |
failsafe-retrofit-3.2.4.jar | 6 KB |
failsafe-retrofit-3.2.4-sources.jar | 2 KB |
failsafe-retrofit-3.2.4-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.failsafe/failsafe-retrofit/ -->
<dependency>
<groupId>dev.failsafe</groupId>
<artifactId>failsafe-retrofit</artifactId>
<version>3.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/dev.failsafe/failsafe-retrofit/
implementation 'dev.failsafe:failsafe-retrofit:3.2.4'
// https://jarcasting.com/artifacts/dev.failsafe/failsafe-retrofit/
implementation ("dev.failsafe:failsafe-retrofit:3.2.4")
'dev.failsafe:failsafe-retrofit:jar:3.2.4'
<dependency org="dev.failsafe" name="failsafe-retrofit" rev="3.2.4">
<artifact name="failsafe-retrofit" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.failsafe', module='failsafe-retrofit', version='3.2.4')
)
libraryDependencies += "dev.failsafe" % "failsafe-retrofit" % "3.2.4"
[dev.failsafe/failsafe-retrofit "3.2.4"]
Group / Artifact | Type | Version |
---|---|---|
dev.failsafe : failsafe | jar | 3.2.4 |
com.squareup.retrofit2 : retrofit | jar | 2.9.0 |
Group / Artifact | Type | Version |
---|---|---|
dev.failsafe : failsafe | test-jar | 3.2.4 |
com.google.code.gson : gson | jar | 2.9.0 |
com.squareup.retrofit2 : converter-gson | jar | 2.3.0 |
com.github.tomakehurst : wiremock-jre8 | jar | 2.32.0 |
org.testng : testng | jar | 6.9.10 |
org.mockito : mockito-core | jar | 4.2.0 |
net.jodah : concurrentunit | jar | 0.4.4 |