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