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