Categories |
CategoriesData Leaf Databases |
---|---|
GroupId | GroupIdcom.github.mxab.thymeleaf.extras |
ArtifactId | ArtifactIdthymeleaf-extras-data-attribute |
Version | Version1.3 |
Type | Typejar |
<!-- 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"]