MVN

com.github.mxab.thymeleaf.extras : thymeleaf-extras-data-attribute

Maven & Gradle

May 28, 2016
41 usages
51 stars

Thymeleaf Data Dialect · 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}"

<dependency>
    <groupId>com.github.mxab.thymeleaf.extras</groupId>
    <artifactId>thymeleaf-extras-data-attribute</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mxab.thymeleaf.extras : thymeleaf-extras-data-attribute to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of com.github.mxab.thymeleaf.extras : thymeleaf-extras-data-attribute to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
thymeleaf-extras-data-attribute-2.0.1
2.0
thymeleaf-extras-data-attribute-2.0
1.3
thymeleaf-extras-data-attribute-1.3
1.2
thymeleaf-extras-data-attribute-1.2
1.1
thymeleaf-extras-data-attribute-1.1

How to add a dependency to Maven

Add the following com.github.mxab.thymeleaf.extras : thymeleaf-extras-data-attribute maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mxab.thymeleaf.extras</groupId>
    <artifactId>thymeleaf-extras-data-attribute</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mxab.thymeleaf.extras : thymeleaf-extras-data-attribute gradle dependency to your build.gradle file:

implementation 'com.github.mxab.thymeleaf.extras:thymeleaf-extras-data-attribute:2.0.1'

Gradle Kotlin DSL: Add the following com.github.mxab.thymeleaf.extras : thymeleaf-extras-data-attribute gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mxab.thymeleaf.extras:thymeleaf-extras-data-attribute:2.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mxab.thymeleaf.extras : thymeleaf-extras-data-attribute sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mxab.thymeleaf.extras" % "thymeleaf-extras-data-attribute" % "2.0.1"

Advertisement

Dependencies from Group

Discover Dependencies

Dec 01, 2022
55 usages
38 stars
Jan 19, 2021
19 usages
Dec 17, 2021
35 usages
270 stars
Feb 08, 2020
9 usages
2 stars
May 30, 2019
3 usages
May 26, 2023
20 usages
1 stars
May 23, 2023
129 usages
7 stars
May 27, 2018
12 usages
423 stars
Mar 24, 2020
4 usages
1.9k stars