1
mirror of https://github.com/CarmJos/EasySQL.git synced 2026-06-04 15:28:20 +08:00

添加依赖地址

This commit is contained in:
2022-01-05 04:59:02 +08:00
parent 594413e13b
commit ebe68befee
+5 -3
View File
@@ -130,9 +130,11 @@
```groovy ```groovy
repositories { repositories {
maven { url 'https://maven.pkg.github.com/CarmJos/EasySQL' } // 采用github依赖库,安全稳定,但需要配置 (推荐) // 采用github依赖库,安全稳定,但需要配置 (推荐)
maven { url 'https://maven.pkg.github.com/CarmJos/EasySQL' }
maven { url 'https://repo.carm.cc/repository/maven-public/' } // 采用我的私人依赖库,简单方便,但可能因为变故而无法使用
// 采用我的私人依赖库,简单方便,但可能因为变故而无法使用
maven { url 'https://repo.carm.cc/repository/maven-public/' }
} }
``` ```