Download thymeleaf-layout-dialect-2.0.5.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.0.5 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.0.5.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials