t

thymeleaf-spring6

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