当前位置: 首页 > news >正文

Maven 仓库地址

一、Maven 中央仓库地址

  1. http://www.sonatype.org/nexus/
  2. http://mvnrepository.com/ (本人推荐仓库)
  3. 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>
http://www.lryc.cn/news/190005.html

相关文章:

  • 【2023研电赛】安谋科技企业命题特别奖:面向独居老人的智能居家监护系统
  • [Machine learning][Part4] 多维矩阵下的梯度下降线性预测模型的实现
  • LCR 078. 合并 K 个升序链表
  • JVM面试题:(三)GC和垃圾回收算法
  • hive建表指定列分隔符为多字符分隔符实战(默认只支持单字符)
  • android.app.RemoteServiceException: can‘t deliver broadcast
  • 信创办公–基于WPS的EXCEL最佳实践系列 (单元格与行列)
  • VsCode同时编译多个C文件
  • Android绑定式服务
  • 系统韧性研究(1)| 何谓「系统韧性」?
  • 使用Perl脚本编写爬虫程序的一些技术问题解答
  • SAP内部转移价格(利润中心转移价格)的条件
  • WRF如何批量输出文件添加或删除文件名后缀
  • Ubuntu右上角不显示网络的图标解决办法
  • AM@数列极限
  • Vue-2.3v-model原理
  • ​左手 Serverless,右手 AI,7 年躬身的古籍修复之路
  • 计算mask的体素数量
  • VR全景营销颠覆传统营销,让消费者身临其境
  • FreeRTOS学习笔记——四、任务的定义与任务切换的实现
  • js 之让人迷惑的闭包 03
  • 10月10日上课内容 Docker--harbor私有仓库部署与管理
  • Java 序列化和反序列化为什么要实现 Serializable 接口
  • vite+vue3+ts中使用require.context | 报错require is not defined | 获取文件夹中的文件名
  • C#(Csharp)我的基础教程(四)(我的菜鸟教程笔记)-Windows项目结构分析、UI设计和综合事件应用的探究与学习
  • Flink: Only supported for operators
  • NSIDC定义的海冰相关概念
  • 【码银送书第八期】《Python数据挖掘:入门进阶与实用案例分析》
  • 微信小程序底部tabBar不显示图标
  • PostgreSQL基操之角色、表空间、数据库与表