is not current version
Last Version 3.1.0.M2

org.thymeleaf:thymeleaf 2.1.0-m1

XML/XHTML/HTML5 template engine for Java

Categories

Categories

Leaf Data Databases
GroupId

GroupId

org.thymeleaf
ArtifactId

ArtifactId

thymeleaf
Version

Version

2.1.0-m1
Type

Type

jar

Download thymeleaf 2.1.0-m1


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