Android studio依赖大全
作者:
总会颠沛流离 | 来源:发表于
2019-05-06 22:45 被阅读7次 //Okhttp
implementation 'com.squareup.okhttp3:okhttp:3.12.0'
//Xrecyclerview
implementation 'com.jcodecraeer:xrecyclerview:1.5.9'
implementation 'com.android.support:design:28.0.0'
//Gson解析
implementation 'com.google.code.gson:gson:2.2.4'
//Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.1.0'
implementation 'com.squareup.retrofit2:converter-gson:2.1.0'
//Recyclerview
implementation 'com.android.support:recyclerview-v7:28.0.0'
//Butterknife依赖
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
// Rxjava依赖
implementation 'io.reactivex.rxjava2:rxandroid:2.0.2'
implementation 'io.reactivex.rxjava2:rxjava:2.1.9'
implementation 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'
//Eventbus依赖
implementation'org.greenrobot:eventbus:3.0.0'
//Glide依赖
implementation 'com.github.bumptech.glide:glide:4.6.1'
//轮播图banner
implementation 'com.youth.banner:banner:1.4.10'
//卡片布局
implementation 'com.android.support:cardview-v7:28.0.0'
本文标题:Android studio依赖大全
本文链接:https://www.haomeiwen.com/subject/cjbjoqtx.html
网友评论