t

thymeleaf-extras

Thymeleaf extra modules for customizing templates
https://github.com/spt-oss/thymeleaf-extras
Files download
File Operation
thymeleaf-extras-0.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.spt-oss</groupId>
  <artifactId>thymeleaf-extras</artifactId>
  <version>0.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.spt-oss:thymeleaf-extras:0.1.0'
Gradle Kotlin
implementation("com.github.spt-oss:thymeleaf-extras:0.1.0")
Scala SBT
libraryDependencies += "com.github.spt-oss" % "thymeleaf-extras" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.spt-oss', module='thymeleaf-extras', version='0.1.0')
)
Apache Ivy
<dependency org="com.github.spt-oss" name="thymeleaf-extras" rev="0.1.0" />
Leiningen
[com.github.spt-oss/thymeleaf-extras "0.1.0"]
Apache Buildr
'com.github.spt-oss:thymeleaf-extras:jar:0.1.0'