美文网首页
maven中国镜像

maven中国镜像

作者: ColorsLee | 来源:发表于2020-05-27 17:17 被阅读0次

1 163镜像

<mirror>
    <id>nexus-163</id>
    <mirrorOf>*</mirrorOf>
    <name>Nexus 163</name>
    <url>http://mirrors.163.com/maven/repository/maven-public/</url>
</mirror>

2 aliyun镜像

      <mirror>
        <id>nexus-aliyun</id>
        <mirrorOf>central</mirrorOf>
        <name>Nexus aliyun</name>
        <url>http://maven.aliyun.com/nexus/content/groups/public</url>
      </mirror>

相关文章

网友评论

      本文标题:maven中国镜像

      本文链接:https://www.haomeiwen.com/subject/edzwahtx.html