# maven-repository-raw ## use - [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) ``` https://git.mingliqiye.com/mingliqiye/maven-repository-raw/src/branch/master/raw/master ``` ``` 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/ ```