<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
<version>3.0.11.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.thymeleaf', module='thymeleaf-spring5', version='3.0.11.RELEASE')
)
compile
|-- org.thymeleaf:thymeleaf:3.0.11.RELEASE
|-- org.slf4j:slf4j-api:1.7.25
provided
|-- javax.servlet:servlet-api:2.5
|-- org.springframework:spring-beans:5.0.0.RELEASE
|-- org.springframework:spring-web:5.0.0.RELEASE
|-- org.springframework:spring-webflux:5.0.0.RELEASE
|-- org.springframework:spring-webmvc:5.0.0.RELEASE
|-- org.springframework:spring-expression:5.0.0.RELEASE
|-- org.springframework.webflow:spring-webflow:2.4.4.RELEASE