• Maven中央仓库地址配置大全


    第一种:直接在项目的 pom.xml 文件中进行修改(不推荐,尤其是在多人协助的开发过程中非常的费事费力);

    第二种:将 Maven 的远程仓库统一的配置到 Maven 的 Settings.xml 的配置文件中;

    Maven 中央仓库地址大全

    1、阿里中央仓库(首推1)

    
    ??alimaven
    ??aliyun maven
    ??http://maven.aliyun.com/nexus/content/groups/public/
    
    
    • 1
    • 2
    • 3
    • 4
    • 5

    2、camunda.com 中央仓库(首推2)

    
    ??activiti-repos2
    ??Activiti Repository 2
    ??https://app.camunda.com/nexus/content/groups/public
    
    
    • 1
    • 2
    • 3
    • 4
    • 5

    3、spring.io 中央仓库

    
    ??springsource-repos
    ??SpringSource Repository
      http://repo.spring.io/release/
    
    
    • 1
    • 2
    • 3
    • 4
    • 5

    4、maven.apache.org 中央仓库

    
    ??central-repos
    ??Central Repository
    ??http://repo.maven.apache.org/maven2
    
    
    • 1
    • 2
    • 3
    • 4
    • 5

    5、maven.org 中央仓库

    
    ??central-repos1
    ??Central Repository 2
    ??http://repo1.maven.org/maven2/
    
    
    • 1
    • 2
    • 3
    • 4
    • 5

    6、alfresco.com 中央仓库(首推3)

    
    ??activiti-repos
    ??Activiti Repository
    ??https://maven.alfresco.com/nexus/content/groups/public
    
    
    • 1
    • 2
    • 3
    • 4
    • 5

    7、oschina 中央仓库(需要翻墙)

    
    ??oschina-repos
    ??Oschina Releases
    ??http://maven.oschina.net/content/groups/public
    
    
    • 1
    • 2
    • 3
    • 4
    • 5

    8、oschina thinkgem 中央仓库(需要翻墙)

    ?
    ??thinkgem-repos?
    ??ThinkGem Repository
    ??http://git.oschina.net/thinkgem/repos/raw/master
    
    
    • 1
    • 2
    • 3
    • 4
    • 5

    9、java.net 中央仓库(需要翻墙)

    
    ??java-repos
    ??Java Repository
    ??http://download.java.net/maven/2/
    
    
    • 1
    • 2
    • 3
    • 4
    • 5

    10、github.com 中央仓库(需要翻墙)

    ?
    ??thinkgem-repos?
    ??ThinkGem Repository 2
    ??https://raw.github.com/thinkgem/repository/master
    
    
    • 1
    • 2
    • 3
    • 4
    • 5

    11、ibiblio 镜像地址(这个也比较快)

    
    ????ibiblio
    ????Mirror from Maven ibiblio
    ????http://mirrors.ibiblio.org/pub/mirrors/maven2/
    ????central
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6

    12、repo1.maven.apache.org 镜像地址

    
    ????central
    ????Maven Repository Switchboard
    ????http://repo1.maven.apache.org/maven2/
    ????central
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6

    13、repo2 镜像地址

    
    ????repo2
    ????Mirror from Maven Repo2
    ????http://repo2.maven.org/maven2/
    ????central
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6

    14、UK 镜像地址

    
    ?uk central
    ?Mirror from UK
    ?http://uk.maven.org/maven2/
    ?central
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6

    15、JBoos 镜像地址

    
    ????jboss-public-repository-group
    ????JBoss Public Repository Group
    ????http://repository.jboss.org/nexus/content/groups/public
    ????central
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6

    16、Google 镜像地址

    
    ?google
    ?google maven
    ?https://maven.google.com/
    ?central
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6

    17、Maven china镜像地址

    
    ????maven.net.cn
    ????Mirror from Maven in china
    ????http://maven.net.cn/content/groups/public/
    ????central
    
    
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
  • 相关阅读:
    Elasticsearch:生成式人工智能带来的社会转变
    可观测性-可视化-Grafana 数据下钻
    《算法基础》 递推问题
    《计算机视觉与深度学习》-经典网络AlexNet、VGG、GoogleNet、ResNet-学习笔记
    docker的组件和资源管理
    element-ui的el-table更改筛选值filtered-value后不起作用
    如何实现 MySQL 增删改查操作
    【vue设计与实现】异步组件与函数式组件 1 - 异步组件要解决的问题和实现
    【web-代码审计】(14.1)代码审查方法
    VueScript
  • 原文地址:https://blog.csdn.net/m0_67402341/article/details/126435236