is not current version
Last Version 2.9.0

com.squareup.retrofit2:retrofit 2.8.1


Categories

Categories

Square Business Logic Libraries Financial Retrofit Net HTTP Clients
GroupId

GroupId

com.squareup.retrofit2
ArtifactId

ArtifactId

retrofit
Version

Version

2.8.1
Type

Type

jar

Download retrofit 2.8.1


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