is not current version
Last Version 2.1.4.RELEASE

org.springframework.ws:spring-ws-parent 2.0.0-M1


GroupId

GroupId

org.springframework.ws
ArtifactId

ArtifactId

spring-ws-parent
Version

Version

2.0.0-M1
Type

Type

pom

Download spring-ws-parent 2.0.0-M1


<!-- https://jarcasting.com/artifacts/org.springframework.ws/spring-ws-parent/ -->
<dependency>
    <groupId>org.springframework.ws</groupId>
    <artifactId>spring-ws-parent</artifactId>
    <version>2.0.0-M1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.ws/spring-ws-parent/
implementation 'org.springframework.ws:spring-ws-parent:2.0.0-M1'
// https://jarcasting.com/artifacts/org.springframework.ws/spring-ws-parent/
implementation ("org.springframework.ws:spring-ws-parent:2.0.0-M1")
'org.springframework.ws:spring-ws-parent:pom:2.0.0-M1'
<dependency org="org.springframework.ws" name="spring-ws-parent" rev="2.0.0-M1">
  <artifact name="spring-ws-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.ws', module='spring-ws-parent', version='2.0.0-M1')
)
libraryDependencies += "org.springframework.ws" % "spring-ws-parent" % "2.0.0-M1"
[org.springframework.ws/spring-ws-parent "2.0.0-M1"]