Maven项目jar包导入配置

jar包搜索地址:http://search.maven.org/  

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>3.2.0.RELEASE</version>
</dependency>


猜你喜欢

转载自blog.csdn.net/qq_29569183/article/details/79195366