t

thymeleaf-extras-parent

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