is not current version
Last Version 2.9.0

com.squareup.retrofit2:retrofit 2.5.0


Categories

Categories

Square Business Logic Libraries Financial Retrofit Net HTTP Clients
GroupId

GroupId

com.squareup.retrofit2
ArtifactId

ArtifactId

retrofit
Version

Version

2.5.0
Type

Type

jar

Download retrofit 2.5.0


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