<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring6</artifactId>
<version>3.1.0.M1</version>
</dependency>
@Grapes(
@Grab(group='org.thymeleaf', module='thymeleaf-spring6', version='3.1.0.M1')
)
compile
|-- org.thymeleaf:thymeleaf:3.1.0.M1
|-- org.slf4j:slf4j-api:1.7.32
provided
|-- jakarta.servlet:jakarta.servlet-api:5.0.0
|-- org.springframework:spring-beans:6.0.0-M2
|-- org.springframework:spring-web:6.0.0-M2
|-- org.springframework:spring-webflux:6.0.0-M2
|-- org.springframework:spring-webmvc:6.0.0-M2
|-- org.springframework:spring-expression:6.0.0-M2
|-- org.springframework.webflow:spring-webflow:2.5.0.RELEASE