1
mirror of https://github.com/CarmJos/EasySQL.git synced 2024-09-19 21:35:47 +00:00

添加依赖地址

This commit is contained in:
Carm Jos 2022-01-05 04:59:02 +08:00
parent 594413e13b
commit ebe68befee

View File

@ -130,9 +130,11 @@
```groovy
repositories {
maven { url 'https://maven.pkg.github.com/CarmJos/EasySQL' } // 采用github依赖库安全稳定但需要配置 (推荐)
maven { url 'https://repo.carm.cc/repository/maven-public/' } // 采用我的私人依赖库,简单方便,但可能因为变故而无法使用
// 采用github依赖库安全稳定但需要配置 (推荐)
maven { url 'https://maven.pkg.github.com/CarmJos/EasySQL' }
// 采用我的私人依赖库,简单方便,但可能因为变故而无法使用
maven { url 'https://repo.carm.cc/repository/maven-public/' }
}
```