<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>1.5.14.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-web" % "1.5.14.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-web', version='1.5.14.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-web" rev="1.5.14.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starters</artifactId> <version>1.5.14.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter
|-- org.springframework.boot:spring-boot-starter-tomcat
|-- org.hibernate:hibernate-validator
|-- com.fasterxml.jackson.core:jackson-databind