is not current version
Last Version 3.0.15.RELEASE

org.thymeleaf:thymeleaf-spring3 2.1.0-m1

XML/XHTML/HTML5 template engine for Java

Categories

Categories

Leaf Data Databases
GroupId

GroupId

org.thymeleaf
ArtifactId

ArtifactId

thymeleaf-spring3
Version

Version

2.1.0-m1
Type

Type

jar

Download thymeleaf-spring3 2.1.0-m1


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