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