国内镜像站

  • 阿里云的镜像站(首推,新站,速度暴快)

    1. <mirror>
    2. <id>nexus-aliyun</id>
    3. <mirrorOf>central</mirrorOf>
    4. <name>Nexus aliyun</name>
    5. <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
    6. </mirror>
    7. <mirror>
    8. <id>alimaven</id>
    9. <mirrorOf>central</mirrorOf>
    10. <name>aliyun maven</name>
    11. <url>http://maven.aliyun.com/nexus/content/repositories/central/</url>
    12. </mirror>
    13. <mirror>
    14. <id>mapr-public</id>
    15. <mirrorOf>mapr-releases</mirrorOf>
    16. <name>mapr-releases</name>
    17. <url>https://maven.aliyun.com/repository/mapr-public</url>
    18. </mirror>

    注意:阿里不再支持http下载,只支持https。

    1. <mirror>
    2. <id>aliyunmaven</id>
    3. <mirrorOf>*</mirrorOf>
    4. <name>阿里云公共仓库</name>
    5. <url>https://maven.aliyun.com/repository/public</url>
    6. </mirror>

    国外镜像站

  • Maven官方运维2号仓库

    1. <mirror>
    2. <id>repo2</id>
    3. <name>Mirror from Maven Repo2</name>
    4. <url>http://repo2.maven.org/maven2/</url>
    5. <mirrorOf>central</mirrorOf>
    6. </mirror>
  • JBoss的Maven仓库

    1. <mirror>
    2. <id>jboss-public-repository-group</id>
    3. <mirrorOf>central</mirrorOf>
    4. <name>JBoss Public Repository Group</name>
    5. <url>http://repository.jboss.org/nexus/content/groups/public</url>
    6. </mirror>

    jar包资源站点

    | MvnJar | https://www.mvnjar.com/ | | —- | —- | | Maven官网 | https://mvnrepository.com |