https://github.com/chrisbanes/Android-PullToRefresh
From this link url I using android studio and i want to import library to my project, other library has dependencies it's easy to use like
dependencies {
compile 'com.android.xxxxxx
}
But this library has not, How can i import this library to my project Thank you