# repository **Repository Path**: leixun/repository ## Basic Information - **Project Name**: repository - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-19 - **Last Updated**: 2023-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # repository ## 搭建方法 参考写的这篇分享:[小团队(个人)如何利用git搭建干净的maven仓库](https://www.jianshu.com/p/4fb5ca05b416) #### 项目介绍 maven仓库 #### 公共库 redis-client sso库 mobi库 #### 引用教程 1. pom文件中增加下面repositores ``` amleixun-mvn-reop https://gitee.com/leixun/repository/raw/master/ ``` 2. dependency中增加相应依赖 eg. ``` com.antstudy redis_client 1.0-SNAPSHOT ```