| License |
License |
|---|---|
| Categories |
CategoriesFailsafe Application Layer Libs Distributed Applications |
| GroupId | GroupIddev.failsafe |
| ArtifactId | ArtifactIdfailsafe-okhttp |
| Last Version | Last Version3.2.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFailsafe OkHttp
Fault tolerance and resilience patterns
|
| Filename | Size |
|---|---|
| failsafe-okhttp-3.2.4.pom | |
| failsafe-okhttp-3.2.4.jar | 6 KB |
| failsafe-okhttp-3.2.4-sources.jar | 2 KB |
| failsafe-okhttp-3.2.4-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/dev.failsafe/failsafe-okhttp/ -->
<dependency>
<groupId>dev.failsafe</groupId>
<artifactId>failsafe-okhttp</artifactId>
<version>3.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/dev.failsafe/failsafe-okhttp/
implementation 'dev.failsafe:failsafe-okhttp:3.2.4'
// https://jarcasting.com/artifacts/dev.failsafe/failsafe-okhttp/
implementation ("dev.failsafe:failsafe-okhttp:3.2.4")
'dev.failsafe:failsafe-okhttp:jar:3.2.4'
<dependency org="dev.failsafe" name="failsafe-okhttp" rev="3.2.4">
<artifact name="failsafe-okhttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.failsafe', module='failsafe-okhttp', version='3.2.4')
)
libraryDependencies += "dev.failsafe" % "failsafe-okhttp" % "3.2.4"
[dev.failsafe/failsafe-okhttp "3.2.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| dev.failsafe : failsafe | jar | 3.2.4 |
| com.squareup.okhttp3 : okhttp | jar | 4.9.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| dev.failsafe : failsafe | test-jar | 3.2.4 |
| 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 |