is not current version
Last Version 3.0.15.RELEASE

org.thymeleaf:thymeleaf-spring3 2.1.3.RELEASE

XML/XHTML/HTML5 template engine for Java

Categories

Categories

Leaf Data Databases
GroupId

GroupId

org.thymeleaf
ArtifactId

ArtifactId

thymeleaf-spring3
Version

Version

2.1.3.RELEASE
Type

Type

jar

Download thymeleaf-spring3 2.1.3.RELEASE


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