# BasisProject **Repository Path**: zhu260824/BasisProject ## Basic Information - **Project Name**: BasisProject - **Description**: 基础开发库 - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-17 - **Last Updated**: 2024-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BasisProject Android基础工具库 [![](https://jitpack.io/v/com.gitee.zhu260824/BasisProject.svg)](https://jitpack.io/#com.gitee.zhu260824/BasisProject) #### 使用 - 添加依赖 1. Add it in your root build.gradle at the end of repositories: ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` 2. Add the dependency ``` dependencies { implementation 'com.gitee.zhu260824:BasisProject:xxxxx' } ```