# LibBase **Repository Path**: eachann_lee/LibBase ## Basic Information - **Project Name**: LibBase - **Description**: 基于Kotlin + Jetpack全家桶 + Coroutines(协程) - **Primary Language**: Android - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-06 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [LibBase](https://gitee.com/eachann_lee/LibBase)[![](https://jitpack.io/v/com.gitee.eachann_lee/LibBase.svg)](https://jitpack.io/#com.gitee.eachann_lee/LibBase) ## How to ### Step 1.Add the JitPack repository to your build file ```groovy allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` ### Step 2.Add the dependency ``` groovy dependencies { implementation 'com.gitee.eachann_lee:LibBase:0.0.6' } ``` ## UML类图 ![](docs/LibBase.jpg)