License |
License |
---|---|
Categories |
CategoriesLeaf Data Databases |
GroupId | GroupIdorg.narsereg |
ArtifactId | ArtifactIdthymeleaf-extras-features |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThymeleaf Feature Toggles Extension
Extension to the thymeleaf which allows to use togglz library in the templates
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]