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