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