# ViewPagerBanner **Repository Path**: code1993/ViewPagerBanner ## Basic Information - **Project Name**: ViewPagerBanner - **Description**: 轮播框架 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-02-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 添加依赖: 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.c786909486:ViewPagerBanner:v1.0' }