Answers for "add retrofit dor api java"

10

add retrofit dependency android

implementation 'com.squareup.retrofit2:retrofit:2.4.0'
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
Posted by: Guest on October-27-2020
1

retrofit implementation

dependencies {
    implementation "com.google.code.gson:gson:2.8.7"
    implementation "com.squareup.retrofit2:retrofit:2.9.0"
    implementation "com.squareup.retrofit2:converter-gson:2.9.0"

}
Posted by: Guest on March-28-2022

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language