Group Id com.squareup.retrofit2
Artifact Id retrofit
Version 2.6.2
Packaging jar
URL -
Badge
Last Updated 2021-12-16T15:27:39+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>com.squareup.retrofit2</groupId>
    <artifactId>retrofit</artifactId>
    <version>2.6.2</version>
</dependency>
implementation group: 'com.squareup.retrofit2', name: 'retrofit', version: '2.6.2'
implementation 'com.squareup.retrofit2:retrofit:2.6.2'
implementation("com.squareup.retrofit2:retrofit:2.6.2")
libraryDependencies += "com.squareup.retrofit2" % "retrofit" % "2.6.2"
<dependency org="com.squareup.retrofit2" name="retrofit" rev="2.6.2"/>
@Grapes(
    @Grab(group='com.squareup.retrofit2', module='retrofit', version='2.6.2')
)
[com.squareup.retrofit2/retrofit "2.6.2"]
'com.squareup.retrofit2:retrofit:2.6.2'