<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<version>2.5.15</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-tomcat" % "2.5.15"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-tomcat', version='2.5.15')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-tomcat" rev="2.5.15" />