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}"
'com.github.mxab.thymeleaf.extras:thymeleaf-extras-data-attribute:1.2'
<dependency>
<groupId>com.github.mxab.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-data-attribute</artifactId>
<version>1.2</version>
</dependency>
<dependency org="com.github.mxab.thymeleaf.extras" name="thymeleaf-extras-data-attribute" rev="1.2"/>
"com.github.mxab.thymeleaf.extras", "thymeleaf-extras-data-attribute", "1.2"