is not current version
Last Version 2.0.1

com.github.mxab.thymeleaf.extras:thymeleaf-extras-data-attribute 2.0

Thymeleaf Data Dialect that helps to easier write data-* attributes. Instead of th:attr="data-msg='#{my.msg}'" it is possible to do data:msg="#{my.msg}"

Categories

Categories

Data Leaf Databases
GroupId

GroupId

com.github.mxab.thymeleaf.extras
ArtifactId

ArtifactId

thymeleaf-extras-data-attribute
Version

Version

2.0
Type

Type

jar

Download thymeleaf-extras-data-attribute 2.0


<!-- https://jarcasting.com/artifacts/com.github.mxab.thymeleaf.extras/thymeleaf-extras-data-attribute/ -->
<dependency>
    <groupId>com.github.mxab.thymeleaf.extras</groupId>
    <artifactId>thymeleaf-extras-data-attribute</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mxab.thymeleaf.extras/thymeleaf-extras-data-attribute/
implementation 'com.github.mxab.thymeleaf.extras:thymeleaf-extras-data-attribute:2.0'
// https://jarcasting.com/artifacts/com.github.mxab.thymeleaf.extras/thymeleaf-extras-data-attribute/
implementation ("com.github.mxab.thymeleaf.extras:thymeleaf-extras-data-attribute:2.0")
'com.github.mxab.thymeleaf.extras:thymeleaf-extras-data-attribute:jar:2.0'
<dependency org="com.github.mxab.thymeleaf.extras" name="thymeleaf-extras-data-attribute" rev="2.0">
  <artifact name="thymeleaf-extras-data-attribute" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mxab.thymeleaf.extras', module='thymeleaf-extras-data-attribute', version='2.0')
)
libraryDependencies += "com.github.mxab.thymeleaf.extras" % "thymeleaf-extras-data-attribute" % "2.0"
[com.github.mxab.thymeleaf.extras/thymeleaf-extras-data-attribute "2.0"]