标签:style http sp on bs ef size tt nbsp
1,maven有个中央仓库,你本地仓库的依赖都是从中央仓库下载下来的,中央仓库可以在maven的安装目录下的lib里的maven-model-builder包中的pom.xml中找到<url>https://repo.maven.apache.org/maven2</url>, 你平时需要的依赖都可以去中央仓库中找,dependency格式在上面都会有。
标签:style http sp on bs ef size tt nbsp
原文地址:http://my.oschina.net/cjun/blog/351310