以下四个都是可用的:
- http://mirrors.ibiblio.org/maven2/
- http://mvnrepository.com/
- http://repository.jboss.org/nexus/content/groups/public/
- http://maven.aliyun.com/nexus/content/groups/public
自己在做项目时需要下载jar,之前听说oschina关闭了,然后选择了阿里的一个中央仓库来下载jar,阿里的maven中央仓库不错,并且还是国内,地址如下:
- <mirrors>
- <mirror>
- <id>alimaven</id>
- <name>aliyun maven</name>
- <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
- <mirrorOf>central</mirrorOf>
- </mirror>
- </mirrors>