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