当前位置:   article > 正文

Maven镜像源汇总(含国内、国外)_maven源

maven源

国内

http://maven.aliyun.com/nexus/content/groups/public/
http://maven.oschina.net/content/groups/public

国外

http://repo1.maven.org/maven2
http://central.maven.org/maven2
http://repo.maven.apache.org/maven2
http://repo1.maven.apache.org/maven2

引用示例

<repositories>
    <repository>
        <id>oschina</id>
        <name>oschina</name>
        <url>http://maven.oschina.net/content/groups/public/</url>
    </repository>
    <repository>
        <id>aliyun</id>
        <name>aliyun</name>
        <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
    </repository>
    <repository>
        <id>repo1</id>
        <name>repo1</name>
        <url>https://repo1.maven.org/maven2/</url>
    </repository>
</repositories>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/87326
推荐阅读
相关标签
  

闽ICP备14008679号