# maven-repository
**Repository Path**: obullxl/maven-repository
## Basic Information
- **Project Name**: maven-repository
- **Description**: 开源组件托管仓库
- **Primary Language**: Unknown
- **License**: BSD-3-Clause
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-06-23
- **Last Updated**: 2023-06-24
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Maven仓库托管
## sequence-jdbc仓库
+ 个人博客:[https://ntopic.cn/p/2023062101/](https://ntopic.cn/p/2023062101/)
+ Gitee源代码仓库:[https://gitee.com/obullxl/sequence-jdbc](https://gitee.com/obullxl/sequence-jdbc)
+ GitHub源代码仓库:[https://github.com/obullxl/sequence-jdbc](https://github.com/obullxl/sequence-jdbc)
### 配置仓库
Gitee或者GitHub两个选择一个即可:
Gitee - 在项目`pom.xml`中增加仓库地址:
```xml
Gitee-obullxl
https://gitee.com/obullxl/maven-repository/raw/master/repository
```
或者GitHub - 在项目`pom.xml`中增加仓库地址:
```xml
GitHub-obullxl
https://raw.githubusercontent.com/obullxl/maven-repository/master/repository
```
### JAR包依赖
```xml
cn.ntopic
sequence-jdbc
1.0.1
```