Maven學習總結(41)——Maven依賴範圍、傳遞、排除詳解

一、添加依賴 下面我添加了一個spring-web的依賴,maven就會去下載spring-web的jar包及它依賴的一些jar包。 <dependencies> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> <version>4.2.5.RELEASE</versio
相關文章
相關標籤/搜索