Last Version

spring-boot-starter-ws (DEPRECATED) 1.4.7.RELEASE

Starter for using Spring Web Services. Deprecated as of 1.4 in favor of spring-boot-starter-web-services

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-starter-ws
Version

Version

1.4.7.RELEASE
Type

Type

jar
Description

Description

spring-boot-starter-ws (DEPRECATED)
Starter for using Spring Web Services. Deprecated as of 1.4 in favor of spring-boot-starter-web-services
Project URL

Project URL

http://projects.spring.io/spring-boot/
Project Organization

Project Organization

Pivotal Software, Inc.

Download spring-boot-starter-ws 1.4.7.RELEASE


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

Dependencies

compile (4)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 1.4.7.RELEASE
org.springframework.boot : spring-boot-starter-web jar 1.4.7.RELEASE
org.springframework : spring-oxm jar
org.springframework.ws : spring-ws-core jar 2.3.1.RELEASE

test (5)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 2.5.0
org.mockito : mockito-core jar 1.10.19
org.hamcrest : hamcrest-library jar 1.3
org.springframework : spring-test jar

Project Modules

There are no modules declared in this project.