retrofit


License

License

Categories

Categories

Retrofit Net HTTP Clients Arthas General Purpose Libraries Utility
GroupId

GroupId

io.github.ksrainarthas
ArtifactId

ArtifactId

retrofit
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

aar
Description

Description

retrofit
retrofit

Download retrofit

How to add to project

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

Dependencies

compile (2)

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

runtime (1)

Group / Artifact Type Version
androidx.appcompat » appcompat jar 1.2.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0