Download thymeleaf-layout-dialect-2.2.2.jar file - Jar t

Jar examples for t:thymeleaf-layout-dialect

Description

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 2.2.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add thymeleaf-layout-dialect-2.2.2.jar to your project.

<dependency>
   <groupId>nz.net.ultraq.thymeleaf</groupId>
   <artifactId>thymeleaf-layout-dialect</artifactId>
   <version>2.2.2</version>
</dependency>
compile group: 'nz.net.ultraq.thymeleaf', name: 'thymeleaf-layout-dialect', version: '2.2.2'
libraryDependencies += "nz.net.ultraq.thymeleaf" % "thymeleaf-layout-dialect" % "2.2.2"
<dependency org="nz.net.ultraq.thymeleaf" name="thymeleaf-layout-dialect" rev="2.2.2"/>
@Grapes(@Grab(group='nz.net.ultraq.thymeleaf', module='thymeleaf-layout-dialect', version='2.2.2'))
'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:jar:2.2.2'

Download

Click the following link to download the jar file.

thymeleaf-layout-dialect-2.2.2-javadoc.jar
thymeleaf-layout-dialect-2.2.2-sources.jar
thymeleaf-layout-dialect-2.2.2.jar
thymeleaf-layout-dialect-2.2.2.pom



Related Tutorials