is not current version
Last Version 2.0.1

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

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.3
Type

Type

jar

Download thymeleaf-extras-data-attribute 1.3


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