| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииLeaf Данные Базы данных |
| Группа | Группаorg.sevensource |
| Идентификатор | Идентификаторthymeleaf4spring |
| Версия | Версия0.1.2 |
| Тип | Типjar |
| Описание |
ОписаниеThymeleaf 4 Spring
Just some small utilities to quickly configure Thymeleaf with Spring MVC
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| thymeleaf4spring-0.1.2.pom | |
| thymeleaf4spring-0.1.2.jar | 6 KB |
| thymeleaf4spring-0.1.2-sources.jar | 3 KB |
| thymeleaf4spring-0.1.2-javadoc.jar | 43 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.sevensource/thymeleaf4spring/ -->
<dependency>
<groupId>org.sevensource</groupId>
<artifactId>thymeleaf4spring</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sevensource/thymeleaf4spring/
implementation 'org.sevensource:thymeleaf4spring:0.1.2'
// https://jarcasting.com/artifacts/org.sevensource/thymeleaf4spring/
implementation ("org.sevensource:thymeleaf4spring:0.1.2")
'org.sevensource:thymeleaf4spring:jar:0.1.2'
<dependency org="org.sevensource" name="thymeleaf4spring" rev="0.1.2">
<artifact name="thymeleaf4spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sevensource', module='thymeleaf4spring', version='0.1.2')
)
libraryDependencies += "org.sevensource" % "thymeleaf4spring" % "0.1.2"
[org.sevensource/thymeleaf4spring "0.1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.thymeleaf : thymeleaf | jar | 2.1.3.RELEASE |
| org.thymeleaf : thymeleaf-spring4 | jar | 2.1.3.RELEASE |
| nz.net.ultraq.thymeleaf : thymeleaf-layout-dialect Необязательный | jar | 1.2.4 |
| org.thymeleaf.extras : thymeleaf-extras-conditionalcomments Необязательный | jar | 2.1.1.RELEASE |
| org.thymeleaf.extras : thymeleaf-extras-springsecurity3 Необязательный | jar | 2.1.1.RELEASE |
| com.github.mxab.thymeleaf.extras : thymeleaf-extras-data-attribute Необязательный | jar | 1.3 |
| org.slf4j : slf4j-api | jar | 1.7.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-webmvc | jar | 4.0.5.RELEASE |