Jar examples for t:thymeleaf-extras-data-attribute
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}"
You can download jar file thymeleaf-extras-data-attribute 1.3 in this page.
The Apache Software License, Version 2.0
You can use the following script to add thymeleaf-extras-data-attribute-1.3.jar to your project.
<dependency> <groupId>com.github.mxab.thymeleaf.extras</groupId> <artifactId>thymeleaf-extras-data-attribute</artifactId> <version>1.3</version> </dependency>
compile group: 'com.github.mxab.thymeleaf.extras', name: 'thymeleaf-extras-data-attribute', version: '1.3'
libraryDependencies += "com.github.mxab.thymeleaf.extras" % "thymeleaf-extras-data-attribute" % "1.3"
<dependency org="com.github.mxab.thymeleaf.extras" name="thymeleaf-extras-data-attribute" rev="1.3"/>
@Grapes(@Grab(group='com.github.mxab.thymeleaf.extras', module='thymeleaf-extras-data-attribute', version='1.3'))
'com.github.mxab.thymeleaf.extras:thymeleaf-extras-data-attribute:jar:1.3'
Click the following link to download the jar file.
thymeleaf-extras-data-attribute-1.3-javadoc.jar