<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-tiles2-spring4</artifactId>
<version>2.1.1.RELEASE</version>
</dependency>
libraryDependencies += "org.thymeleaf.extras" % "thymeleaf-extras-tiles2-spring4" % "2.1.1.RELEASE"
@Grapes(
@Grab(group='org.thymeleaf.extras', module='thymeleaf-extras-tiles2-spring4', version='2.1.1.RELEASE')
)
<dependency org="org.thymeleaf.extras" name="thymeleaf-extras-tiles2-spring4" rev="2.1.1.RELEASE" />
compile
|-- org.thymeleaf.extras:thymeleaf-extras-tiles2:2.1.1.RELEASE
|-- org.thymeleaf:thymeleaf:2.1.2.RELEASE
|-- org.thymeleaf:thymeleaf-spring4:2.1.2.RELEASE
|-- org.springframework:spring-core:4.0.0.RELEASE
|-- org.springframework:spring-context:4.0.0.RELEASE
|-- org.springframework:spring-beans:4.0.0.RELEASE
|-- org.springframework:spring-web:4.0.0.RELEASE
|-- org.springframework:spring-webmvc:4.0.0.RELEASE
provided
|-- javax.servlet:servlet-api:2.5
|-- javax.servlet.jsp:jsp-api:2.1
|-- org.springframework.webflow:spring-webflow:2.3.1.RELEASE
|-- org.springframework.webflow:spring-js:2.3.1.RELEASE
test