t

thymeleaf

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