is not current version
Last Version 3.1.3

org.springframework.ws:spring-ws 1.0-m2

Spring Web Services Framework

GroupId

GroupId

org.springframework.ws
ArtifactId

ArtifactId

spring-ws
Version

Version

1.0-m2
Type

Type

pom

Download spring-ws 1.0-m2

Filename Size
spring-ws-1.0-m2.pom 27 KB
Browse

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