t

thymeleaf-parent

Modern server-side Java template engine for both web and standalone environments
http://www.thymeleaf.org
The Apache Software License, Version 2.0
Thymeleaf
Thymeleaf
Files download
File Operation
thymeleaf-parent-3.1.1.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>org.thymeleaf</groupId>
  <artifactId>thymeleaf-parent</artifactId>
  <version>3.1.1.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.thymeleaf:thymeleaf-parent:3.1.1.RELEASE'
Gradle Kotlin
implementation("org.thymeleaf:thymeleaf-parent:3.1.1.RELEASE")
Scala SBT
libraryDependencies += "org.thymeleaf" % "thymeleaf-parent" % "3.1.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.thymeleaf', module='thymeleaf-parent', version='3.1.1.RELEASE')
)
Apache Ivy
<dependency org="org.thymeleaf" name="thymeleaf-parent" rev="3.1.1.RELEASE" />
Leiningen
[org.thymeleaf/thymeleaf-parent "3.1.1.RELEASE"]
Apache Buildr
'org.thymeleaf:thymeleaf-parent:jar:3.1.1.RELEASE'
Dependencies
The project has no third-party dependencies