is not current version
Last Version 0.1.2

org.sevensource:thymeleaf4spring 0.0.1

Just some small utilities to quickly configure Thymeleaf with Spring MVC

Categories

Categories

Leaf Data Databases
GroupId

GroupId

org.sevensource
ArtifactId

ArtifactId

thymeleaf4spring
Version

Version

0.0.1
Type

Type

jar

Download thymeleaf4spring 0.0.1


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