License |
License |
---|---|
Categories |
CategoriesLeaf Data Databases |
GroupId | GroupIdorg.sevensource |
ArtifactId | ArtifactIdthymeleaf4spring |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThymeleaf 4 Spring
Just some small utilities to quickly configure Thymeleaf with Spring MVC
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
thymeleaf4spring-0.1.2.pom | |
thymeleaf4spring-0.1.2.jar | 7 KB |
thymeleaf4spring-0.1.2-sources.jar | 4 KB |
thymeleaf4spring-0.1.2-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sevensource/thymeleaf4spring/ -->
<dependency>
<groupId>org.sevensource</groupId>
<artifactId>thymeleaf4spring</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.sevensource/thymeleaf4spring/
implementation 'org.sevensource:thymeleaf4spring:0.1.2'
// https://jarcasting.com/artifacts/org.sevensource/thymeleaf4spring/
implementation ("org.sevensource:thymeleaf4spring:0.1.2")
'org.sevensource:thymeleaf4spring:jar:0.1.2'
<dependency org="org.sevensource" name="thymeleaf4spring" rev="0.1.2">
<artifact name="thymeleaf4spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sevensource', module='thymeleaf4spring', version='0.1.2')
)
libraryDependencies += "org.sevensource" % "thymeleaf4spring" % "0.1.2"
[org.sevensource/thymeleaf4spring "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
org.thymeleaf : thymeleaf | jar | 2.1.3.RELEASE |
org.thymeleaf : thymeleaf-spring4 | jar | 2.1.3.RELEASE |
nz.net.ultraq.thymeleaf : thymeleaf-layout-dialect Optional | jar | 1.2.4 |
org.thymeleaf.extras : thymeleaf-extras-conditionalcomments Optional | jar | 2.1.1.RELEASE |
org.thymeleaf.extras : thymeleaf-extras-springsecurity3 Optional | jar | 2.1.1.RELEASE |
com.github.mxab.thymeleaf.extras : thymeleaf-extras-data-attribute Optional | jar | 1.3 |
org.slf4j : slf4j-api | jar | 1.7.2 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-webmvc | jar | 4.0.5.RELEASE |