# repository **Repository Path**: lex1992/repository ## Basic Information - **Project Name**: repository - **Description**: 常用公共代码库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-22 - **Last Updated**: 2026-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基础框架依赖仓库 - 业务无关代码依赖库 - 重复代码块 - 常用UI组件 - 实用功能封装 # 使用方法 ``` allprojects { repositories { google() jcenter() maven { url 'https://gitee.com/lex1992/repository/raw/master/repository' } maven { url 'F://repository/repository/repository' } } } ``` 项目依赖 - 基础库 ``` dependencies { implementation 'com.github.h4de5ing.base:base:1.0-20210125'//基础工具 implementation 'com.github.h4de5ing.baseui:baseui:1.0-20211103'//UI基础工具 implementation 'com.github.h4de5ing.gsoncommon:gsoncommon:1.0-20210122'//json解析工具 implementation 'com.github.h4de5ing.netlib:netlib:1.0-20210126'//网络工具 implementation 'com.github.h4de5ing.filepicker:filepicker:1.0-20211104'//文件选择工具 implementation 'com.github.h4de5ing.serialportlib:serialportlib:1.0-20211105'//串口通信工具 implementation 'com.github.h4de5ing.zxing:zxing:1.0-20211112'//zxing 扫描 } ```