| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть Leaf Данные Базы данных |
| Группа | Группаnz.net.ultraq.web.thymeleaf |
| Идентификатор | Идентификаторthymeleaf-layout-dialect |
| Последняя версия | Последняя версия1.0.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеThymeleaf Layout Dialect
A dialect for Thymeleaf that allows you to use layout/decorator templates to style your content.
|
| Ссылка на сайт |
Ссылка на сайт |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.thymeleaf : thymeleaf | jar | 2.0.15 |