android studio 中依赖库compile 的一些库的地址

1.添加Gson的依赖库

compile 'com.google.code.gson:gson:2.2.4'

2.使用Volley执行网络数据传输的依赖库

compile 'com.mcxiaoke.volley:library-aar:1.0.0'

 3.使用glide的加载库

compile 'com.github.bumptech.glide:glide:3.5.2' 

 4.okHttp的依赖库

compile 'com.squareup.okhttp:okhttp:2.4.0'

还要添加 okhttp的依赖库

compile 'com.squareup.okio:okio:1.5.0'

后期不定时的陆续更新ing

原文地址:https://www.cnblogs.com/android-host/p/5337435.html