常用maven仓库

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

http://central.maven.org/maven2/

  

posted @ 2016-07-12 09:58  元页  阅读(180)  评论(0编辑  收藏  举报