t

thymeleaf-extras

Thymeleaf dialect with useful re-usable attribute processors such as cg-before and cg-after; compatible with both Thymeleaf and Thymesheet.
http://connect-group.github.io/thymeleaf-extras
The Apache Software License, Version 2.0
Adam Perry
文件下载
文件名 操作
thymeleaf-extras-1.0.jar 下载
thymeleaf-extras-1.0.pom 下载
thymeleaf-extras-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.connect-group</groupId>
  <artifactId>thymeleaf-extras</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.connect-group:thymeleaf-extras:1.0'
Gradle Kotlin
implementation("com.connect-group:thymeleaf-extras:1.0")
Scala SBT
libraryDependencies += "com.connect-group" % "thymeleaf-extras" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.connect-group', module='thymeleaf-extras', version='1.0')
)
Apache Ivy
<dependency org="com.connect-group" name="thymeleaf-extras" rev="1.0" />
Leiningen
[com.connect-group/thymeleaf-extras "1.0"]
Apache Buildr
'com.connect-group:thymeleaf-extras:jar:1.0'