Maven镜像仓库

  • 阿里云私服

      <mirror>
        <id>nexus-aliyun</id>
        <mirrorOf>central</mirrorOf>
        <name>Nexus aliyun</name>
        <url>http://maven.aliyun.com/nexus/content/groups/public</url>
      </mirror>
    
  • 阿里云公共镜像仓库

     <mirror>
       <id>aliyun</id>
       <mirrorOf>central</mirrorOf>
       <name>aliyun</name>
       <url>https://maven.aliyun.com/repository/public</url>
     </mirror>
    
  • 华为云maven镜像仓库

     <mirror>
       <id>huaweicloud</id>
       <name>mirror from maven huaweicloud</name>
       <mirrorOf>central</mirrorOf>
       <url>https://repo.huaweicloud.com/repository/maven/</url>
     </mirror>
    
  • 腾讯云私服镜像

      <mirror>
        <id>nexus-tencentyun</id>
        <mirrorOf>*</mirrorOf>
        <name>Nexus tencentyun</name>
        <url>http://mirrors.cloud.tencent.com/nexus/repository/maven-public/</url>
      </mirror>
    
  • 网易私服镜像

      <mirror>
        <id>nexus-163</id>
        <mirrorOf>*</mirrorOf>
        <name>Nexus 163</name>
        <url>http://mirrors.163.com/maven/repository/maven-public/</url>
      </mirror>
    
  • OSChina镜像仓库

      <mirror>
        <id>CN</id>
        <name>OSChina Central</name>
        <mirrorOf>central</mirrorOf>
        <url>http://maven.oschina.net/content/groups/public</url>
      </mirror>
    
posted @ 2022-04-29 10:36  天朗气清惠风和畅  阅读(430)  评论(0)    收藏  举报