Maven 中央仓库地址
Maven中央仓库地址
- http://www.sonatype.org/nexus/ 私服nexus工具使用
- http://mvnrepository.com/ (推荐)
- http://repo1.maven.org/maven2
- http://maven.aliyun.com/nexus/content/groups/public/ 阿里云
- https://maven.aliyun.com/repository/public 阿里云 新(推荐使用)
- http://repo2.maven.org/maven2/ 私服nexus工具使用
- http://uk.maven.org/maven2/
- http://repository.jboss.org/nexus/content/groups/public
- http://mirrors.ibiblio.org/maven2/
- http://maven.antelink.com/content/repositories/central/
- http://nexus.openkoala.org/nexus/content/groups/Koala-release/
- 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>