<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web-services</artifactId>
<version>1.4.0.RELEASE</version>
</dependency>
implementation 'org.springframework.boot:spring-boot-starter-web-services:1.4.0.RELEASE'
implementation("org.springframework.boot:spring-boot-starter-web-services:1.4.0.RELEASE")
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-web-services" % "1.4.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-web-services', version='1.4.0.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-web-services" rev="1.4.0.RELEASE" />