<dependency>
<groupId>com.github.mxab.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-data-attribute</artifactId>
<version>2.0.1</version>
</dependency>
implementation 'com.github.mxab.thymeleaf.extras:thymeleaf-extras-data-attribute:2.0.1'
implementation("com.github.mxab.thymeleaf.extras:thymeleaf-extras-data-attribute:2.0.1")
libraryDependencies += "com.github.mxab.thymeleaf.extras" % "thymeleaf-extras-data-attribute" % "2.0.1"
@Grapes(
@Grab(group='com.github.mxab.thymeleaf.extras', module='thymeleaf-extras-data-attribute', version='2.0.1')
)
<dependency org="com.github.mxab.thymeleaf.extras" name="thymeleaf-extras-data-attribute" rev="2.0.1" />
compile
|-- org.thymeleaf:thymeleaf:3.0.0.RELEASE
test
|-- org.thymeleaf:thymeleaf-testing:3.0.0.RELEASE
|-- junit:junit:4.12