Files download
File Operation
thymeleaf-testing-3.0.0.RELEASE.jar download
thymeleaf-testing-3.0.0.RELEASE.pom download
thymeleaf-testing-3.0.0.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.thymeleaf</groupId>
  <artifactId>thymeleaf-testing</artifactId>
  <version>3.0.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.thymeleaf:thymeleaf-testing:3.0.0.RELEASE'
Gradle Kotlin
implementation("org.thymeleaf:thymeleaf-testing:3.0.0.RELEASE")
Scala SBT
libraryDependencies += "org.thymeleaf" % "thymeleaf-testing" % "3.0.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.thymeleaf', module='thymeleaf-testing', version='3.0.0.RELEASE')
)
Apache Ivy
<dependency org="org.thymeleaf" name="thymeleaf-testing" rev="3.0.0.RELEASE" />
Leiningen
[org.thymeleaf/thymeleaf-testing "3.0.0.RELEASE"]
Apache Buildr
'org.thymeleaf:thymeleaf-testing:jar:3.0.0.RELEASE'