is not current version
Last Version 3.1.0.M2

org.thymeleaf:thymeleaf 3.0.11.RELEASE

Modern server-side Java template engine for both web and standalone environments

Categories

Categories

Leaf Data Databases
GroupId

GroupId

org.thymeleaf
ArtifactId

ArtifactId

thymeleaf
Version

Version

3.0.11.RELEASE
Type

Type

jar

Download thymeleaf 3.0.11.RELEASE


<!-- https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf/ -->
<dependency>
    <groupId>org.thymeleaf</groupId>
    <artifactId>thymeleaf</artifactId>
    <version>3.0.11.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf/
implementation 'org.thymeleaf:thymeleaf:3.0.11.RELEASE'
// https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf/
implementation ("org.thymeleaf:thymeleaf:3.0.11.RELEASE")
'org.thymeleaf:thymeleaf:jar:3.0.11.RELEASE'
<dependency org="org.thymeleaf" name="thymeleaf" rev="3.0.11.RELEASE">
  <artifact name="thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.thymeleaf', module='thymeleaf', version='3.0.11.RELEASE')
)
libraryDependencies += "org.thymeleaf" % "thymeleaf" % "3.0.11.RELEASE"
[org.thymeleaf/thymeleaf "3.0.11.RELEASE"]