Android studio 一些技术添加依赖,依赖库

Recyclerview
compile 'com.android.support:recyclerview-v7:21.0.+'


butterKnife 的依赖
compile 'com.jakewharton:butterknife:7.0.1'

Jsoup依赖
compile 'org.jsoup:jsoup:1.9.2'

Xutils依赖
compile 'org.xutils:xutils:3.5.0'

Glide依赖
compile 'com.github.bumptech.glide:glide:3.7.0'

banner依赖
compile 'com.youth.banner:banner:1.4.9'

Tablayout依赖
compile 'com.android.support:design:25.0.1'


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


Json依赖
compile 'com.google.code.gson:gson:2.8.1'

原文地址:https://www.cnblogs.com/powersen/p/7525024.html