is not current version
Last Version 3.1.0.M2

org.thymeleaf:thymeleaf-spring5 3.0.5.M3

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

Categories

Categories

Leaf Data Databases
GroupId

GroupId

org.thymeleaf
ArtifactId

ArtifactId

thymeleaf-spring5
Version

Version

3.0.5.M3
Type

Type

jar

Download thymeleaf-spring5 3.0.5.M3


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