<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>2.2.4.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-web" % "2.2.4.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-web', version='2.2.4.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-web" rev="2.2.4.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starters</artifactId> <version>2.2.4.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter:2.2.4.RELEASE
|-- org.springframework.boot:spring-boot-starter-json:2.2.4.RELEASE
|-- org.springframework.boot:spring-boot-starter-tomcat:2.2.4.RELEASE
|-- org.springframework.boot:spring-boot-starter-validation:2.2.4.RELEASE