码迷,mamicode.com
首页 > 其他好文 > 详细

maven-阿里云镜像

时间:2020-06-18 01:36:54      阅读:510      评论:0      收藏:0      [点我收藏+]

标签:pre   mave   pos   name   read   nexus   tor   org   ali   

<mirror>
    <id>alimaven</id>
    <mirrorOf>central</mirrorOf>
    <name>aliyun maven</name>
    <url>http://maven.aliyun.com/nexus/content/repositories/central/</url>
</mirror>


<!-- 中央仓库1 -->
<mirror>
    <id>repo1</id>
    <mirrorOf>central</mirrorOf>
    <name>Human Readable Name for this Mirror.</name>
    <url>http://repo1.maven.org/maven2/</url>
</mirror>


<!-- 中央仓库2 -->
<mirror>
    <id>repo2</id>
    <mirrorOf>central</mirrorOf>
    <name>Human Readable Name for this Mirror.</name>
    <url>http://repo2.maven.org/maven2/</url>
</mirror>

maven-阿里云镜像

标签:pre   mave   pos   name   read   nexus   tor   org   ali   

原文地址:https://www.cnblogs.com/mintsd/p/13155278.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!