is not current version
Last Version 2.10.2

io.github.zawn:retrofit 2.7.3


Categories

Categories

Retrofit Net HTTP Clients
GroupId

GroupId

io.github.zawn
ArtifactId

ArtifactId

retrofit
Version

Version

2.7.3
Type

Type

jar

Download retrofit 2.7.3


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