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