Maven 中央仓库地址

2022/3/10 23:17:26

本文主要是介绍Maven 中央仓库地址,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

Maven中央仓库地址

  1. http://www.sonatype.org/nexus/ 私服nexus工具使用
  2. http://mvnrepository.com/ (推荐)
  3. http://repo1.maven.org/maven2
  4. http://maven.aliyun.com/nexus/content/groups/public/ 阿里云
  5. https://maven.aliyun.com/repository/public 阿里云 新(推荐使用)
  6. http://repo2.maven.org/maven2/ 私服nexus工具使用
  7. http://uk.maven.org/maven2/
  8. http://repository.jboss.org/nexus/content/groups/public
  9. http://mirrors.ibiblio.org/maven2/
  10. http://maven.antelink.com/content/repositories/central/
  11. http://nexus.openkoala.org/nexus/content/groups/Koala-release/
  12. http://maven.tmatesoft.com/content/groups/public/

Maven库配置

<mirror>
<id>aliyun-repo</id>
<name>阿里云镜像</name>
<mirrorOf>central</mirrorOf>
<url>https://maven.aliyun.com/repository/public</url>
</mirror>


这篇关于Maven 中央仓库地址的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程