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