# Common **Repository Path**: tk_snake/Common ## Basic Information - **Project Name**: Common - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Common [![](https://www.jitpack.io/v/com.gitee.tk_snake/Common.svg)](https://www.jitpack.io/#com.gitee.tk_snake/Common) #### 介绍 封装一个常用工具库 #### 使用说明 Step1: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Step2: dependencies { implementation 'com.gitee.tk_snake:Common:v1.0.0' } #### 参与贡献