License |
License |
---|---|
Categories |
CategoriesLeaf Data Databases |
GroupId | GroupIdcom.connect-group |
ArtifactId | ArtifactIdthymeleaf-extras |
Last Version | Last Version2.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionthymeleaf-extras
Thymeleaf dialect with useful re-usable attribute processors such as cg-before and cg-after; compatible with both Thymeleaf and Thymesheet.
|
Filename | Size |
---|---|
thymeleaf-extras-2.0.2.pom | |
thymeleaf-extras-2.0.2.jar | 10 KB |
thymeleaf-extras-2.0.2-sources.jar | 5 KB |
thymeleaf-extras-2.0.2-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.connect-group/thymeleaf-extras/ -->
<dependency>
<groupId>com.connect-group</groupId>
<artifactId>thymeleaf-extras</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.connect-group/thymeleaf-extras/
implementation 'com.connect-group:thymeleaf-extras:2.0.2'
// https://jarcasting.com/artifacts/com.connect-group/thymeleaf-extras/
implementation ("com.connect-group:thymeleaf-extras:2.0.2")
'com.connect-group:thymeleaf-extras:jar:2.0.2'
<dependency org="com.connect-group" name="thymeleaf-extras" rev="2.0.2">
<artifact name="thymeleaf-extras" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.connect-group', module='thymeleaf-extras', version='2.0.2')
)
libraryDependencies += "com.connect-group" % "thymeleaf-extras" % "2.0.2"
[com.connect-group/thymeleaf-extras "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.thymeleaf : thymeleaf | jar | 3.0.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.thymeleaf : thymeleaf-testing | jar | 3.0.1.RELEASE |
junit : junit | jar | 4.13.1 |