常用的maven镜像中央库汇总

阿里云的

    <mirror>
      <id>alimavenid>
      <name>aliyun mavenname>   <url>http://maven.aliyun.com/nexus/content/groups/public/url><mirrorOf>centralmirrorOf>        
    mirror>
<mirror>  
      <id>uiid>  
      <mirrorOf>centralmirrorOf>  
      <name>Human Readable Name for this Mirror.name>  
     <url>http://uk.maven.org/maven2/url>  
mirror> 

Jboss 的

<mirror>  
      <id>jboss-public-repository-groupid>  
      <mirrorOf>centralmirrorOf>  
      <name>JBoss Public Repository Groupname>  
   <url>http://repository.jboss.org/nexus/content/groups/publicurl>  
mirror>

Spring.Io 的

<mirror>
  <id>sprintioid>
  <mirrorOf>centralmirrorOf>
  <name>Human Readable Name for this Mirror.name>
 <url>https://repo.spring.io/libs-snapshot/url>
mirror>

repo2

<mirror>  
    <id>repo2id>  
    <mirrorOf>centralmirrorOf>  
    <name>Human Readable Name for this Mirror.name>  
    <url>http://repo2.maven.org/maven2/url>  
mirror>

=======================================

http://maven.antelink.com/content/repositories/central/

有些没贴是因为被墙 或者失去维护了 先写这么多有好的我会贴出来的

你可能感兴趣的:(开发工具)