retrofit Response<> example

Example 1: retrofit android

def retrofit_version = "2.9.0"
implementation "com.squareup.retrofit2:retrofit:$retrofit_version"
implementation "com.squareup.retrofit2:converter-gson:$retrofit_version"

Example 2: retrofit android

implementation 'com.squareup.retrofit2:retrofit:2.9.0'

Example 3: retrofit

1896b99ffb244a88477b101e64ffc4be

Example 4: retrofit

implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:retrofit:2.7.0'

Tags:

Misc Example