当我们尝试使用 org.springframework.wspring-ws 作为 maven 项目中的依赖项时:
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws</artifactId>
<version>1.5.8</version>
</dependency>
没有找到。查看repo,pom 和 jar 都在那里,但是 jar 的名称中有 -all ,例如spring-ws-1.5.8-all.jar
.
我的问题:首先,如何在 maven pom 中使用它作为依赖项?第二,为什么这个文件是这样命名的?