| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииLeaf Данные Базы данных |
| Группа | Группаcom.github.heneke.thymeleaf |
| Идентификатор | Идентификаторthymeleaf-extras-togglz |
| Версия | Версия2.0.1.RELEASE |
| Тип | Типjar |
| Описание |
ОписаниеThymeleaf Extras Togglz
Thymeleaf dialect integrating Togglz feature toggles.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.github.heneke.thymeleaf/thymeleaf-extras-togglz/ -->
<dependency>
<groupId>com.github.heneke.thymeleaf</groupId>
<artifactId>thymeleaf-extras-togglz</artifactId>
<version>2.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heneke.thymeleaf/thymeleaf-extras-togglz/
implementation 'com.github.heneke.thymeleaf:thymeleaf-extras-togglz:2.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.heneke.thymeleaf/thymeleaf-extras-togglz/
implementation ("com.github.heneke.thymeleaf:thymeleaf-extras-togglz:2.0.1.RELEASE")
'com.github.heneke.thymeleaf:thymeleaf-extras-togglz:jar:2.0.1.RELEASE'
<dependency org="com.github.heneke.thymeleaf" name="thymeleaf-extras-togglz" rev="2.0.1.RELEASE">
<artifact name="thymeleaf-extras-togglz" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heneke.thymeleaf', module='thymeleaf-extras-togglz', version='2.0.1.RELEASE')
)
libraryDependencies += "com.github.heneke.thymeleaf" % "thymeleaf-extras-togglz" % "2.0.1.RELEASE"
[com.github.heneke.thymeleaf/thymeleaf-extras-togglz "2.0.1.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.thymeleaf : thymeleaf | jar | 3.0.1.RELEASE |
| org.togglz : togglz-core | jar | 2.3.0.Final |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |
| org.togglz : togglz-testing | jar | 2.3.0.Final |
| org.thymeleaf : thymeleaf-testing | jar | 3.0.1.RELEASE |