is not current version
Last Version 2.0.0-beta2

com.squareup.retrofit:retrofit 1.6.0


Categories

Categories

Square Business Logic Libraries Financial Retrofit Net HTTP Clients
GroupId

GroupId

com.squareup.retrofit
ArtifactId

ArtifactId

retrofit
Version

Version

1.6.0
Type

Type

jar

Download retrofit 1.6.0


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