<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring4</artifactId>
<version>3.0.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.thymeleaf', module='thymeleaf-spring4', version='3.0.0.RELEASE')
)
compile
|-- org.thymeleaf:thymeleaf:3.0.0.RELEASE
provided
|-- javax.servlet:servlet-api:2.5
|-- org.springframework:spring-beans:4.1.0.RELEASE
|-- org.springframework:spring-web:4.1.0.RELEASE
|-- org.springframework:spring-webmvc:4.1.0.RELEASE
|-- org.springframework:spring-expression:4.1.0.RELEASE
|-- org.springframework.webflow:spring-webflow:2.3.1.RELEASE