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