I'm new to Android development and am currently looking at a library on github where the user can drag and swipe items. The project is using an outside library from:
import co.paulburke.android.itemtouchhelperdemo.helper.OnStartDragListener;
I know that in Eclipse I could just import the jar file and this import would work, however in android studio I usually update the dependencies within the gradle file however i do not know where this library is located. Is there an alternate way of using this library, or some way to find it? The link is the project I am currently working with