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