License |
License |
---|---|
Categories |
CategoriesRetrofit Net HTTP Clients |
GroupId | GroupIdio.github.dalwadi2 |
ArtifactId | ArtifactIdretrofit-retry |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionRetrofitRetry
Network library which helps to apply Retry Policy using Retrofit2
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
retrofit-retry-1.3.0.pom | |
retrofit-retry-1.3.0.aar | 5 KB |
retrofit-retry-1.3.0-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.dalwadi2/retrofit-retry/ -->
<dependency>
<groupId>io.github.dalwadi2</groupId>
<artifactId>retrofit-retry</artifactId>
<version>1.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dalwadi2/retrofit-retry/
implementation 'io.github.dalwadi2:retrofit-retry:1.3.0'
// https://jarcasting.com/artifacts/io.github.dalwadi2/retrofit-retry/
implementation ("io.github.dalwadi2:retrofit-retry:1.3.0")
'io.github.dalwadi2:retrofit-retry:aar:1.3.0'
<dependency org="io.github.dalwadi2" name="retrofit-retry" rev="1.3.0">
<artifact name="retrofit-retry" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.dalwadi2', module='retrofit-retry', version='1.3.0')
)
libraryDependencies += "io.github.dalwadi2" % "retrofit-retry" % "1.3.0"
[io.github.dalwadi2/retrofit-retry "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.retrofit2 : retrofit | jar | 2.2.0 |
com.squareup.retrofit2 : converter-gson | jar | 2.2.0 |