License |
License |
---|---|
Categories |
CategoriesNet Leaf Data Databases |
GroupId | GroupIdnz.net.ultraq.thymeleaf |
ArtifactId | ArtifactIdthymeleaf-layout-dialect |
Last Version | Last Version3.1.0 |
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 |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/nz.net.ultraq.thymeleaf/thymeleaf-layout-dialect/ -->
<dependency>
<groupId>nz.net.ultraq.thymeleaf</groupId>
<artifactId>thymeleaf-layout-dialect</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/nz.net.ultraq.thymeleaf/thymeleaf-layout-dialect/
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:3.1.0'
// https://jarcasting.com/artifacts/nz.net.ultraq.thymeleaf/thymeleaf-layout-dialect/
implementation ("nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:3.1.0")
'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:jar:3.1.0'
<dependency org="nz.net.ultraq.thymeleaf" name="thymeleaf-layout-dialect" rev="3.1.0">
<artifact name="thymeleaf-layout-dialect" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.net.ultraq.thymeleaf', module='thymeleaf-layout-dialect', version='3.1.0')
)
libraryDependencies += "nz.net.ultraq.thymeleaf" % "thymeleaf-layout-dialect" % "3.1.0"
[nz.net.ultraq.thymeleaf/thymeleaf-layout-dialect "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.groovy : groovy | jar | 4.0.0 |
Group / Artifact | Type | Version |
---|---|---|
nz.net.ultraq.groovy : groovy-extensions | jar | 2.0.0 |
nz.net.ultraq.thymeleaf : thymeleaf-expression-processor | jar | 3.1.0 |
org.thymeleaf : thymeleaf | jar | 3.0.15.RELEASE |