Maven 中央仓库配置
Maven 中央仓库配置
Maven 中央仓库地址大全 <!-- 1、阿里中央仓库(首推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>
分类:
技术
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 单线程的Redis速度为什么快?
· SQL Server 2025 AI相关能力初探
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 展开说说关于C#中ORM框架的用法!