Maven 仓库地址
8、oschina thinkgem 中央仓库(需要 x 墙哟)6、alfresco.com 中央仓库(第 3 推荐使用)10、github.com 中央仓库(需要 x 墙哟)9、java.net 中央仓库(需要 x 墙哟)4、maven.apache.org 中央仓库。7、oschina 中央仓库(需要 x 墙哟)5、maven.org 中央仓库。
·
一、Maven 中央仓库地址
- http://www.sonatype.org/nexus/
- http://mvnrepository.com/ (本人推荐仓库)
- http://repo1.maven.org/maven2
二、Maven 中央仓库地址大全
1、阿里中央仓库(首选推荐)
<repository>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
</repository>
2、camunda.com 中央仓库(第 2 推荐使用)
<repository>
<id>activiti-repos2</id>
<name>Activiti Repository 2</name>
<url>https://app.camunda.com/nexus/content/groups/public</url>
</repository>
3、spring.io 中央仓库
<repository>
<id>springsource-repos</id>
<name>SpringSource Repository</name>
<url>http://repo.spring.io/release/</url>
</repository>
4、maven.apache.org 中央仓库
<repository>
<id>central-repos</id>
<name>Central Repository</name>
<url>http://repo.maven.apache.org/maven2</url>
</repository>
5、maven.org 中央仓库
<repository>
<id>central-repos1</id>
<name>Central Repository 2</name>
<url>http://repo1.maven.org/maven2/</url>
</repository>
6、alfresco.com 中央仓库(第 3 推荐使用)
<repository>
<id>activiti-repos</id>
<name>Activiti Repository</name>
<url>https://maven.alfresco.com/nexus/content/groups/public</url>
</repository>
7、oschina 中央仓库(需要 x 墙哟)
<repository>
<id>oschina-repos</id>
<name>Oschina Releases</name>
<url>http://maven.oschina.net/content/groups/public</url>
</repository>
8、oschina thinkgem 中央仓库(需要 x 墙哟)
<repository>
<id>thinkgem-repos</id>
<name>ThinkGem Repository</name>
<url>http://git.oschina.net/thinkgem/repos/raw/master</url>
</repository>
9、java.net 中央仓库(需要 x 墙哟)
<repository>
<id>java-repos</id>
<name>Java Repository</name>
<url>http://download.java.net/maven/2/</url>
</repository>
10、github.com 中央仓库(需要 x 墙哟)
<repository>
<id>thinkgem-repos2</id>
<name>ThinkGem Repository 2</name>
<url>https://raw.github.com/thinkgem/repository/master</url>
</repository>
更多推荐
已为社区贡献1条内容
所有评论(0)