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