is not current version
Last Version 2.9.0

com.squareup.retrofit2:retrofit 2.8.2

A type-safe HTTP client for Android and Java.

Categories

Categories

Square Business Logic Libraries Financial Retrofit Net HTTP Clients
GroupId

GroupId

com.squareup.retrofit2
ArtifactId

ArtifactId

retrofit
Version

Version

2.8.2
Type

Type

jar

Download retrofit 2.8.2


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