Last active
October 31, 2018 01:37
-
-
Save LeonDevLifeLog/ca972b9cab941830ba65926a451a1279 to your computer and use it in GitHub Desktop.
华为 maven 镜像
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
maven { | |
url 'https://mirrors.huaweicloud.com/repository/maven/' | |
} | |
JDK加速地址:https://mirrors.huaweicloud.com/java/jdk/ | |
Maven加速地址:https://mirrors.huaweicloud.com/apache/maven/maven-3/ | |
<mirror> | |
<id>huaweicloud</id> | |
<mirrorOf>*</mirrorOf> | |
<url>https://mirrors.huaweicloud.com/repository/maven/</url> | |
</mirror> | |
包含以下源 | |
Maven2 https://repo1.maven.org/maven2/ | |
Google https://maven.google.com/ | |
Jboss http://repository.jboss.org/nexus/content/groups/public/ | |
Jcenter https://jcenter.bintray.com/ | |
Grails-core https://repo.grails.org/grails/core/ | |
Grails-plugins https://repo.grails.org/grails/plugins/ | |
Spring-release https://repo.spring.io/libs-release/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment