From 2211e559a0ca3f27cad2a9a6a5dc5e3c349e8a68 Mon Sep 17 00:00:00 2001 From: minglipro Date: Sat, 5 Jul 2025 03:59:45 +0800 Subject: [PATCH] no message --- readme.MD | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/readme.MD b/readme.MD index 1880477..9f31c09 100644 --- a/readme.MD +++ b/readme.MD @@ -1,4 +1,38 @@ # maven-repository-raw ## use -[raw](raw/master/) +- [git.mingliqiye.com](https://git.mingliqiye.com/mingliqiye/maven-repository-raw/src/branch/master/raw/master) +- [gitee.com](https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master) + +```groovy +maven { + name "mingliqiye-maven-repo-gitee" + url "https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master/" +} +``` + +```groovy +maven { + name "mingliqiye-maven-repo" + url "https://git.mingliqiye.com/minglipro/maven-repository-raw/src/branch/master/raw/master/" +} +``` + +```xml + + + mingliqiye-maven-repo-gitee + mingliqiye-maven-repo-gitee + https://gitee.com/minglipro/maven-repository-raw/src/branch/master/raw/master/ + + +``` +```xml + + + mingliqiye-maven-repo + mingliqiye-maven-repo + https://git.mingliqiye.com/minglipro/maven-repository-raw/src/branch/master/raw/master/ + + +```