is not current version
Last Version 3.1.0.M2

org.thymeleaf:thymeleaf 2.1.0.RELEASE

XML/XHTML/HTML5 template engine for Java

Categories

Categories

Leaf Data Databases
GroupId

GroupId

org.thymeleaf
ArtifactId

ArtifactId

thymeleaf
Version

Version

2.1.0.RELEASE
Type

Type

jar

Download thymeleaf 2.1.0.RELEASE


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