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