# DragRecycleView **Repository Path**: jcwenj/DragRecycleView ## Basic Information - **Project Name**: DragRecycleView - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-15 - **Last Updated**: 2021-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DragRecycleView Add it in your root build.gradle at the end of repositories: ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` Add the dependency ``` dependencies { compile 'com.github.piaofirst:DragRecycleView:v1.0.1' } ```