依赖汇总

github地址:https://github.com/ 

//Dagger2依赖
    annotationProcessor 'com.google.dagger:dagger-compiler:2.4' 
    compile 'com.google.dagger:dagger:2.4' 
    provided 'org.glassfish:javax.annotation:10.0-b28'

//Retrofit依赖
 compile 'com.squareup.retrofit2:retrofit:2.0.1'
 compile 'com.squareup.retrofit2:converter-gson:2.0.1'

//rxjava依赖
compile 'io.reactivex.rxjava2:rxjava:2.0.1'
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'

 //reclerview依赖
 compile 'com.android.support:recyclerview-v7:25.3.1'

//bufferknife依赖
compile 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'


 //Imageloader依赖
 compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'

 //fresco依赖
 compile 'com.facebook.fresco:fresco:0.12.0'

//glide依赖
compile 'com.github.bumptech.glide:glide:3.5.2'
compile 'com.android.support:support-v4:22.0.0'
//选择器
https://github.com/addappcn/android-pickers

//圆形头像

implementation 'de.hdodenhof:circleimageview:2.2.0'

//鲁班图片压缩库
implementation 'top.zibin:Luban:1.1.3'
//lodding加载动画
implementation 'com.wang.avi:library:2.1.3'
//阴影框
implementation 'com.android.support:cardview-v7:27.0.2'

猜你喜欢

转载自blog.csdn.net/mydtudysy/article/details/78846339