How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws</artifactId>
<version>4.0.5</version>
</dependency>
Choose a version of org.springframework.ws : spring-ws to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0.x |
spring-ws-4.0.5
|
||
spring-ws-4.0.4
|
|||
spring-ws-4.0.3
|
|||
spring-ws-4.0.2
|
|||
spring-ws-4.0.1
|
|||
spring-ws-4.0.0
|
|||
3.1.x |
spring-ws-3.1.6
|
||
spring-ws-3.1.5
|
|||
spring-ws-3.1.4
|
|||
spring-ws-3.1.3
|
|||
spring-ws-3.1.2
|
|||
spring-ws-3.1.1
|
|||
spring-ws-3.1.0
|
|||
3.0.x |
spring-ws-3.0.12.RELEASE
|
||
spring-ws-3.0.11.RELEASE
|
|||
spring-ws-3.0.10.RELEASE
|
|||
spring-ws-3.0.9.RELEASE
|
|||
spring-ws-3.0.8.RELEASE
|
|||
spring-ws-3.0.7.RELEASE
|
|||
spring-ws-3.0.6.RELEASE
|
|||
spring-ws-3.0.5.RELEASE
|
|||
spring-ws-3.0.4.RELEASE
|
|||
spring-ws-3.0.3.RELEASE
|
|||
spring-ws-3.0.2.RELEASE
|
|||
spring-ws-3.0.1.RELEASE
|
|||
spring-ws-3.0.0.RELEASE
|
|||
2.4.x |
spring-ws-2.4.7.RELEASE
|
||
spring-ws-2.4.6.RELEASE
|
|||
spring-ws-2.4.5.RELEASE
|
|||
spring-ws-2.4.4.RELEASE
|
|||
spring-ws-2.4.3.RELEASE
|
|||
spring-ws-2.4.2.RELEASE
|
|||
spring-ws-2.4.1.RELEASE
|
|||
2.1.x |
spring-ws-2.1.4.RELEASE
|
||
spring-ws-2.1.3.RELEASE
|
|||
spring-ws-2.1.2.RELEASE
|
|||
spring-ws-2.1.1.RELEASE
|
|||
spring-ws-2.1.0.RELEASE
|
|||
2.0.x |
spring-ws-2.0.5.RELEASE
|
||
spring-ws-2.0.4.RELEASE
|
|||
spring-ws-2.0.3.RELEASE
|
|||
spring-ws-2.0.2.RELEASE
|
|||
spring-ws-2.0.1.RELEASE
|
|||
spring-ws-2.0.0.RELEASE
|
|||
spring-ws-2.0.0-M1
|
|||
1.5.x |
spring-ws-1.5.10
|
||
spring-ws-1.5.9
|
|||
spring-ws-1.5.8
|
|||
spring-ws-1.5.7
|
|||
spring-ws-1.5.6
|
|||
spring-ws-1.5.5
|
|||
spring-ws-1.5.4
|
|||
spring-ws-1.5.3
|
|||
spring-ws-1.5.2
|
|||
spring-ws-1.5.1
|
|||
spring-ws-1.5.0
|
|||
1.0.x |
spring-ws-1.0.4
|
||
spring-ws-1.0.3
|
|||
spring-ws-1.0.2
|
|||
spring-ws-1.0.1
|
|||
spring-ws-1.0.0
|
|||
1.0 |
spring-ws-1.0-rc2
|
||
spring-ws-1.0-rc1
|
|||
spring-ws-1.0-m3
|
|||
spring-ws-1.0-m2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws</artifactId>
<version>4.0.5</version>
</dependency>
Advertisement