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}"
https://github.com/mxab/thymeleaf-extras-data-attribute
The Apache Software License, Version 2.0
Max Bruchmann Danny Trunk
文件下载
文件名 操作
thymeleaf-extras-data-attribute-2.0.1.jar 下载
thymeleaf-extras-data-attribute-2.0.1.pom 下载
thymeleaf-extras-data-attribute-2.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.mxab.thymeleaf.extras</groupId>
  <artifactId>thymeleaf-extras-data-attribute</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.mxab.thymeleaf.extras:thymeleaf-extras-data-attribute:2.0.1'
Gradle Kotlin
implementation("com.github.mxab.thymeleaf.extras:thymeleaf-extras-data-attribute:2.0.1")
Scala SBT
libraryDependencies += "com.github.mxab.thymeleaf.extras" % "thymeleaf-extras-data-attribute" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mxab.thymeleaf.extras', module='thymeleaf-extras-data-attribute', version='2.0.1')
)
Apache Ivy
<dependency org="com.github.mxab.thymeleaf.extras" name="thymeleaf-extras-data-attribute" rev="2.0.1" />
Leiningen
[com.github.mxab.thymeleaf.extras/thymeleaf-extras-data-attribute "2.0.1"]
Apache Buildr
'com.github.mxab.thymeleaf.extras:thymeleaf-extras-data-attribute:jar:2.0.1'