Maven仓库地址 【Maven专栏】
一、Maven中央仓库地址
1 2 3 | 1. http: //www.sonatype.org/nexus/ 2. http: //mvnrepository.com/ (本人推荐仓库) 3. http: //repo1.maven.org/maven2 |
二、Maven中央仓库地址大全
1、阿里中央仓库(首选推荐)
1 2 3 4 5 | <repository> <id>alimaven</id> <name>aliyun maven</name> <url>http: //maven.aliyun.com/nexus/content/groups/public/</url> </repository> |
2、camunda.com 中央仓库(第2推荐使用)
1 2 3 4 5 | <repository> <id>activiti-repos2</id> <name>Activiti Repository 2</name> <url>https: //app.camunda.com/nexus/content/groups/public</url> </repository> |
3、spring.io 中央仓库
1 2 3 4 5 | <repository> <id>springsource-repos</id> <name>SpringSource Repository</name> <url>http: //repo.spring.io/release/</url> </repository> |
4、maven.apache.org 中央仓库
1 2 3 4 5 | <repository> <id>central-repos</id> <name>Central Repository</name> <url>http: //repo.maven.apache.org/maven2</url> </repository> |
5、maven.org 中央仓库
1 2 3 4 5 | <repository> <id>central-repos1</id> <name>Central Repository 2</name> <url>http: //repo1.maven.org/maven2/</url> </repository> |
6、alfresco.com 中央仓库(第3推荐使用)
1 2 3 4 5 | <repository> <id>activiti-repos</id> <name>Activiti Repository</name> <url>https: //maven.alfresco.com/nexus/content/groups/public</url> </repository> |
7、oschina 中央仓库(需要x墙哟)
1 2 3 4 5 | <repository> <id>oschina-repos</id> <name>Oschina Releases</name> <url>http: //maven.oschina.net/content/groups/public</url> </repository> |
8、oschina thinkgem 中央仓库(需要x墙哟)
1 2 3 4 5 | <repository> <id>thinkgem-repos</id> <name>ThinkGem Repository</name> <url>http: //git.oschina.net/thinkgem/repos/raw/master</url> </repository> |
9、java.net 中央仓库(需要x墙哟)
1 2 3 4 5 | <repository> <id>java-repos</id> <name>Java Repository</name> <url>http: //download.java.net/maven/2/</url> </repository> |
10、github.com 中央仓库(需要x墙哟)
1 2 3 4 5 | <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 加持,快人一步
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· winform 绘制太阳,地球,月球 运作规律
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· 写一个简单的SQL生成工具
· AI 智能体引爆开源社区「GitHub 热点速览」