# DashLine **Repository Path**: eachann_lee/DashLine ## Basic Information - **Project Name**: DashLine - **Description**: 水平或垂直虚线 - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-19 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![](https://jitpack.io/v/com.gitee.eachann_lee/DashLine.svg)](https://jitpack.io/#com.gitee.eachann_lee/DashLine) # How to --- To get a Git project into your build: Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories: ```gradle allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` Step 2. Add the dependency ```gradle dependencies { implementation 'com.gitee.eachann_lee:DashLine:0.0.3' } ```