<dependency>
<groupId>com.github.mxab.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-data-attribute</artifactId>
<version>1.2</version>
</dependency>
implementation("com.github.mxab.thymeleaf.extras:thymeleaf-extras-data-attribute:1.2")
libraryDependencies += "com.github.mxab.thymeleaf.extras" % "thymeleaf-extras-data-attribute" % "1.2"
@Grapes(
@Grab(group='com.github.mxab.thymeleaf.extras', module='thymeleaf-extras-data-attribute', version='1.2')
)
<dependency org="com.github.mxab.thymeleaf.extras" name="thymeleaf-extras-data-attribute" rev="1.2" />