retrofit全家桶gradle

作者: 做人要简单 | 来源:发表于2018-02-08 17:46 被阅读12次

    仅作为记录,方便后续项目使用

        implementation "io.reactivex.rxjava2:rxjava:2.1.9"
        implementation "io.reactivex.rxjava2:rxandroid:2.0.1"
        implementation 'com.squareup.retrofit2:retrofit:2.3.0'
        implementation 'com.squareup.okhttp3:okhttp:3.9.1'
        implementation group: 'com.squareup.retrofit2', name: 'converter-gson', version: '2.3.0'
        implementation group: 'com.squareup.retrofit2', name: 'converter-scalars', version: '2.3.0'
        implementation group: 'com.squareup.retrofit2', name: 'adapter-rxjava2', version: '2.3.0'
    

    相关文章

      网友评论

        本文标题:retrofit全家桶gradle

        本文链接:https://www.haomeiwen.com/subject/zonttftx.html