maven中dependency的屬性(依賴)配置

在pom.xml中添加下面代碼來下載servlet-api: <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> <scope>provided</scope> </dependency>
相關文章
相關標籤/搜索