Maven中央仓库镜像地址 mavenrepositories 1、OSChina Central Java代码 收藏代码 mirror idCN/id

Maven中央仓库镜像地址

mavenrepositories 

1、OSChina Central 
Java代码  收藏代码

  1. <mirror>  
  2.       <id>CN</id>  
  3.       <name>OSChina Central</name>                                                                                                                         
  4.       <url>http://maven.oschina.net/content/groups/public/</url>  
  5.       <mirrorOf>central</mirrorOf>  
  6. </mirror>  

2、repo2.maven.org 
Java代码  收藏代码

  1. <mirror>    
  2.       <id>repo2</id>    
  3.       <mirrorOf>central</mirrorOf>    
  4.       <name>Human Readable Name for this Mirror.</name>    
  5.       <url>http://repo2.maven.org/maven2/</url>    
  6. </mirror>  

3、uk.maven.org 
Java代码  收藏代码

  1. <mirror>    
  2.       <id>ui</id>    
  3.       <mirrorOf>central</mirrorOf>    
  4.       <name>Human Readable Name for this Mirror.</name>    
  5.      <url>http://uk.maven.org/maven2/</url>    
  6. </mirror>   

4、mirrors.ibiblio.org 
Java代码  收藏代码

  1. <mirror>    
  2.       <id>ibiblio</id>    
  3.       <mirrorOf>central</mirrorOf>    
  4.       <name>Human Readable Name for this Mirror.</name>    
  5.      <url>http://mirrors.ibiblio.org/pub/mirrors/maven2/</url>    
  6. </mirror>    

5、repository.jboss.org 
Java代码  收藏代码

  1. <mirror>    
  2.       <id>jboss-public-repository-group</id>    
  3.       <mirrorOf>central</mirrorOf>    
  4.       <name>JBoss Public Repository Group</name>    
  5.      <url>http://repository.jboss.org/nexus/content/groups/public</url>    
  6. </mirror>  

Published by

风君子

独自遨游何稽首 揭天掀地慰生平

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注