is not current version
Last Version 1.3.0

io.github.dalwadi2:retrofit-retry 1.2.0

Network library which helps to apply Retry Policy using Retrofit2

Categories

Categories

Retrofit Net HTTP Clients
GroupId

GroupId

io.github.dalwadi2
ArtifactId

ArtifactId

retrofit-retry
Version

Version

1.2.0
Type

Type

aar

Download retrofit-retry 1.2.0


<!-- https://jarcasting.com/artifacts/io.github.dalwadi2/retrofit-retry/ -->
<dependency>
    <groupId>io.github.dalwadi2</groupId>
    <artifactId>retrofit-retry</artifactId>
    <version>1.2.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dalwadi2/retrofit-retry/
implementation 'io.github.dalwadi2:retrofit-retry:1.2.0'
// https://jarcasting.com/artifacts/io.github.dalwadi2/retrofit-retry/
implementation ("io.github.dalwadi2:retrofit-retry:1.2.0")
'io.github.dalwadi2:retrofit-retry:aar:1.2.0'
<dependency org="io.github.dalwadi2" name="retrofit-retry" rev="1.2.0">
  <artifact name="retrofit-retry" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.dalwadi2', module='retrofit-retry', version='1.2.0')
)
libraryDependencies += "io.github.dalwadi2" % "retrofit-retry" % "1.2.0"
[io.github.dalwadi2/retrofit-retry "1.2.0"]