国内maven仓库

记录下,国内好用的maven仓库,oschina提供的:http://maven.oschina.net/content/groups/public/

在setting.xml中配置地址为:

<mirrors>
    <mirror>
      <id>CN</id>
      <name>OSChina Central</name>                                                                                                                       
      <url>http://maven.oschina.net/content/groups/public/</url>
      <mirrorOf>central</mirrorOf>
    </mirror>
  </mirrors>

查找JAR的maven配置,可在http://mvnrepository.com/ 查找

猜你喜欢

转载自sunct.iteye.com/blog/2307424
今日推荐