Jar examples for t:thymeleaf-layout-dialect
A new dialect for Thymeleaf that allows you to use layout/decorator pages to style your content, similar to how SiteMesh works.
You can download jar file thymeleaf-layout-dialect 1.0.4 in this page.
The Apache Software License, Version 2.0
You can use the following script to add thymeleaf-layout-dialect-1.0.4.jar to your project.
<dependency> <groupId>nz.net.ultraq.web.thymeleaf</groupId> <artifactId>thymeleaf-layout-dialect</artifactId> <version>1.0.4</version> </dependency>
compile group: 'nz.net.ultraq.web.thymeleaf', name: 'thymeleaf-layout-dialect', version: '1.0.4'
libraryDependencies += "nz.net.ultraq.web.thymeleaf" % "thymeleaf-layout-dialect" % "1.0.4"
<dependency org="nz.net.ultraq.web.thymeleaf" name="thymeleaf-layout-dialect" rev="1.0.4"/>
@Grapes(@Grab(group='nz.net.ultraq.web.thymeleaf', module='thymeleaf-layout-dialect', version='1.0.4'))
'nz.net.ultraq.web.thymeleaf:thymeleaf-layout-dialect:jar:1.0.4'
Click the following link to download the jar file.
thymeleaf-layout-dialect-1.0.4-javadoc.jar