赞
踩
通过官网:http://mvnrepository.com/,或者:https://search.maven.org/
在搜索栏中输入想要引入的依赖group id或者artifact id名称,
如输入:Spring boot,
选择Spring-boot,
点击最新版本,如:
以下就会出现相关pom.xml中依赖的代码,如:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.2.5.RELEASE</version>
</dependency>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。