| Категории |
КатегорииLeaf Данные Базы данных |
|---|---|
| Группа | Группаorg.thymeleaf.extras |
| Идентификатор | Идентификаторthymeleaf-extras-tiles2 |
| Версия | Версия2.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| thymeleaf-extras-tiles2-2.0.1.pom | |
| thymeleaf-extras-tiles2-2.0.1.jar | 31 KB |
| thymeleaf-extras-tiles2-2.0.1-sources.jar | 29 KB |
| thymeleaf-extras-tiles2-2.0.1-javadoc.jar | 142 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.thymeleaf.extras/thymeleaf-extras-tiles2/ -->
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-tiles2</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.thymeleaf.extras/thymeleaf-extras-tiles2/
implementation 'org.thymeleaf.extras:thymeleaf-extras-tiles2:2.0.1'
// https://jarcasting.com/artifacts/org.thymeleaf.extras/thymeleaf-extras-tiles2/
implementation ("org.thymeleaf.extras:thymeleaf-extras-tiles2:2.0.1")
'org.thymeleaf.extras:thymeleaf-extras-tiles2:jar:2.0.1'
<dependency org="org.thymeleaf.extras" name="thymeleaf-extras-tiles2" rev="2.0.1">
<artifact name="thymeleaf-extras-tiles2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.thymeleaf.extras', module='thymeleaf-extras-tiles2', version='2.0.1')
)
libraryDependencies += "org.thymeleaf.extras" % "thymeleaf-extras-tiles2" % "2.0.1"
[org.thymeleaf.extras/thymeleaf-extras-tiles2 "2.0.1"]