Files download
File Operation
thymeleaf-spring4-3.0.11.RELEASE.jar download
thymeleaf-spring4-3.0.11.RELEASE.pom download
thymeleaf-spring4-3.0.11.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.thymeleaf</groupId>
  <artifactId>thymeleaf-spring4</artifactId>
  <version>3.0.11.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.thymeleaf:thymeleaf-spring4:3.0.11.RELEASE'
Gradle Kotlin
implementation("org.thymeleaf:thymeleaf-spring4:3.0.11.RELEASE")
Scala SBT
libraryDependencies += "org.thymeleaf" % "thymeleaf-spring4" % "3.0.11.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.thymeleaf', module='thymeleaf-spring4', version='3.0.11.RELEASE')
)
Apache Ivy
<dependency org="org.thymeleaf" name="thymeleaf-spring4" rev="3.0.11.RELEASE" />
Leiningen
[org.thymeleaf/thymeleaf-spring4 "3.0.11.RELEASE"]
Apache Buildr
'org.thymeleaf:thymeleaf-spring4:jar:3.0.11.RELEASE'