is not current version
Last Version 2.0.1

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

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

1.2
Type

Type

jar

Download thymeleaf-extras-data-attribute 1.2


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