License |
License |
---|---|
Categories |
CategoriesRetrofit Net HTTP Clients |
GroupId | GroupIdio.github.dalwadi2 |
ArtifactId | ArtifactIdRetrofitRetry |
Last Version | Last Version1.0.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 |
---|---|
RetrofitRetry-1.0.0.pom | |
RetrofitRetry-1.0.0.aar | 4 KB |
RetrofitRetry-1.0.0-sources.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.dalwadi2/RetrofitRetry/ -->
<dependency>
<groupId>io.github.dalwadi2</groupId>
<artifactId>RetrofitRetry</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dalwadi2/RetrofitRetry/
implementation 'io.github.dalwadi2:RetrofitRetry:1.0.0'
// https://jarcasting.com/artifacts/io.github.dalwadi2/RetrofitRetry/
implementation ("io.github.dalwadi2:RetrofitRetry:1.0.0")
'io.github.dalwadi2:RetrofitRetry:aar:1.0.0'
<dependency org="io.github.dalwadi2" name="RetrofitRetry" rev="1.0.0">
<artifact name="RetrofitRetry" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.dalwadi2', module='RetrofitRetry', version='1.0.0')
)
libraryDependencies += "io.github.dalwadi2" % "RetrofitRetry" % "1.0.0"
[io.github.dalwadi2/RetrofitRetry "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.retrofit2 : retrofit | jar | 2.2.0 |
com.squareup.retrofit2 : converter-gson | jar | 2.0.2 |