1. Volley
compile 'com.android.volley:volley:1.0.0'
2. okhttp
compile 'com.squareup.okhttp3:okhttp:3.4.1'
compile 'com.squareup.okhttp3:okhttp-urlconnection:3.4.1'
3. Gson
compile 'com.google.code.gson:gson:2.7'
4. recyclerview
compile 'com.android.support:recyclerview-v7:23.1.1'