From 045dd9866e47ec065cf91e57198a0779da158262 Mon Sep 17 00:00:00 2001 From: carm Date: Sat, 29 Jan 2022 06:02:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=AD=E5=BF=83=E5=BA=93?= =?UTF-8?q?=E4=BB=8B=E7=BB=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2f6802..9147b0e 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,16 @@ + - + + maven + Maven Central + https://maven.pkg.github.com/CarmJos/EasySQL + + + + EasySQL GitHub Packages https://maven.pkg.github.com/CarmJos/EasySQL @@ -130,7 +138,11 @@ ```groovy repositories { - // 采用github依赖库,安全稳定,但需要配置 (推荐) + + // 采用Maven中心库,安全稳定,但版本更新需要等待同步 + mavenCentral() + + // 采用github依赖库,实时更新,但需要配置 (推荐) maven { url 'https://maven.pkg.github.com/CarmJos/EasySQL' } // 采用我的私人依赖库,简单方便,但可能因为变故而无法使用