<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring6</artifactId>
<version>3.1.0.RC2</version>
</dependency>
@Grapes(
@Grab(group='org.thymeleaf', module='thymeleaf-spring6', version='3.1.0.RC2')
)
<parent> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf-lib</artifactId> <version>3.1.0.RC2</version> </parent>
compile
provided
|-- jakarta.servlet:jakarta.servlet-api
|-- org.springframework:spring-beans
|-- org.springframework:spring-web
|-- org.springframework:spring-webflux
|-- org.springframework:spring-webmvc