RetrofitRetry

Network library which helps to apply Retry Policy using Retrofit2

License

License

Categories

Categories

Retrofit Net HTTP Clients
GroupId

GroupId

io.github.dalwadi2
ArtifactId

ArtifactId

retrofit-retry
Last Version

Last Version

1.3.0
Release Date

Release Date

Type

Type

aar
Description

Description

RetrofitRetry
Network library which helps to apply Retry Policy using Retrofit2
Project URL

Project URL

https://github.com/dalwadi2/RetrofitRetry
Source Code Management

Source Code Management

https://github.com/dalwadi2/RetrofitRetry.git

Download retrofit-retry

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
com.squareup.retrofit2 : retrofit jar 2.2.0
com.squareup.retrofit2 : converter-gson jar 2.2.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.0
1.2.0
1.0.0