首先,手动下载的jar一定要是官网上的哦。http://mvnrepository.com/
在下载之前要在pom.xml里按照官网的格式添加节点,这步一定不能省。
然后迅雷下载jar到本地硬盘。
开始=>cmd=>mvn install:install-file -Dfile=jar包的位置 -DgroupId=上面的groupId -DartifactId=上面的artifactId -Dversion=上面的version -Dpackaging=jar
比如我的:
这样就下载到本地并注册了。