License |
License |
---|---|
Categories |
CategoriesNet Leaf Data Databases |
GroupId | GroupIdnz.net.ultraq.web.thymeleaf |
ArtifactId | ArtifactIdthymeleaf-layout-dialect |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThymeleaf Layout Dialect
A dialect for Thymeleaf that allows you to use layout/decorator templates to style your content.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/nz.net.ultraq.web.thymeleaf/thymeleaf-layout-dialect/ -->
<dependency>
<groupId>nz.net.ultraq.web.thymeleaf</groupId>
<artifactId>thymeleaf-layout-dialect</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/nz.net.ultraq.web.thymeleaf/thymeleaf-layout-dialect/
implementation 'nz.net.ultraq.web.thymeleaf:thymeleaf-layout-dialect:1.0.6'
// https://jarcasting.com/artifacts/nz.net.ultraq.web.thymeleaf/thymeleaf-layout-dialect/
implementation ("nz.net.ultraq.web.thymeleaf:thymeleaf-layout-dialect:1.0.6")
'nz.net.ultraq.web.thymeleaf:thymeleaf-layout-dialect:jar:1.0.6'
<dependency org="nz.net.ultraq.web.thymeleaf" name="thymeleaf-layout-dialect" rev="1.0.6">
<artifact name="thymeleaf-layout-dialect" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.net.ultraq.web.thymeleaf', module='thymeleaf-layout-dialect', version='1.0.6')
)
libraryDependencies += "nz.net.ultraq.web.thymeleaf" % "thymeleaf-layout-dialect" % "1.0.6"
[nz.net.ultraq.web.thymeleaf/thymeleaf-layout-dialect "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.thymeleaf : thymeleaf | jar | 2.0.15 |