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