| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииLeaf Данные Базы данных |
| Группа | Группаorg.narsereg |
| Идентификатор | Идентификаторthymeleaf-extras-features |
| Версия | Версия0.1.0 |
| Тип | Типpom |
| Описание |
ОписаниеThymeleaf Feature Toggles Extension
Extension to the thymeleaf which allows to use togglz library in the templates
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| thymeleaf-extras-features-0.1.0.pom | |
| thymeleaf-extras-features-0.1.0-sources.jar | 2 KB |
| thymeleaf-extras-features-0.1.0-javadoc.jar | 202 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.narsereg/thymeleaf-extras-features/ -->
<dependency>
<groupId>org.narsereg</groupId>
<artifactId>thymeleaf-extras-features</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.narsereg/thymeleaf-extras-features/
implementation 'org.narsereg:thymeleaf-extras-features:0.1.0'
// https://jarcasting.com/artifacts/org.narsereg/thymeleaf-extras-features/
implementation ("org.narsereg:thymeleaf-extras-features:0.1.0")
'org.narsereg:thymeleaf-extras-features:pom:0.1.0'
<dependency org="org.narsereg" name="thymeleaf-extras-features" rev="0.1.0">
<artifact name="thymeleaf-extras-features" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.narsereg', module='thymeleaf-extras-features', version='0.1.0')
)
libraryDependencies += "org.narsereg" % "thymeleaf-extras-features" % "0.1.0"
[org.narsereg/thymeleaf-extras-features "0.1.0"]