maven下载
http://maven.apache.org/
几个当前可用的MAVEN资源库:
http://mvnrepository.com/
http://search.maven.org/
http://repository.jboss.org/nexus/content/groups/public/
http://repo1.maven.org/maven2/
http://repo2.maven.org/maven2/
手动添加jar包到仓库
@1图
@2图

@3图

以 spring-context-support-3.1.0.RELEASE.jar 为例,在 @3图中已经给出这个 jar 包的 groupId,artifactId,version信息,
手动安装的时候这些信息不要改,否则 Maven 项目移植的话,jar 包下载就会失败。顺便把这信息帖下面,方便对照:




