文件下载
文件名 操作
thymeleaf-2.0.3.jar 下载
thymeleaf-2.0.3.pom 下载
thymeleaf-2.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.thymeleaf</groupId>
  <artifactId>thymeleaf</artifactId>
  <version>2.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.thymeleaf:thymeleaf:2.0.3'
Gradle Kotlin
implementation("org.thymeleaf:thymeleaf:2.0.3")
Scala SBT
libraryDependencies += "org.thymeleaf" % "thymeleaf" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.thymeleaf', module='thymeleaf', version='2.0.3')
)
Apache Ivy
<dependency org="org.thymeleaf" name="thymeleaf" rev="2.0.3" />
Leiningen
[org.thymeleaf/thymeleaf "2.0.3"]
Apache Buildr
'org.thymeleaf:thymeleaf:jar:2.0.3'