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