<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<version>2.0.3.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-tomcat" % "2.0.3.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-tomcat', version='2.0.3.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-tomcat" rev="2.0.3.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starters</artifactId> <version>2.0.3.RELEASE</version> </parent>
compile
|-- javax.annotation:javax.annotation-api:1.3.2
|-- org.apache.tomcat.embed:tomcat-embed-core:8.5.31