License |
License |
---|---|
Categories |
CategoriesLeaf Data Databases |
GroupId | GroupIdorg.thymeleaf |
ArtifactId | ArtifactIdthymeleaf-spring6 |
Last Version | Last Version3.1.0.M2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionthymeleaf-spring6
Modern server-side Java template engine for both web and standalone environments
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
thymeleaf-spring6-3.1.0.M2.pom | |
thymeleaf-spring6-3.1.0.M2.jar | 171 KB |
thymeleaf-spring6-3.1.0.M2-sources.jar | 179 KB |
thymeleaf-spring6-3.1.0.M2-javadoc.jar | 613 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf-spring6/ -->
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring6</artifactId>
<version>3.1.0.M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf-spring6/
implementation 'org.thymeleaf:thymeleaf-spring6:3.1.0.M2'
// https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf-spring6/
implementation ("org.thymeleaf:thymeleaf-spring6:3.1.0.M2")
'org.thymeleaf:thymeleaf-spring6:jar:3.1.0.M2'
<dependency org="org.thymeleaf" name="thymeleaf-spring6" rev="3.1.0.M2">
<artifact name="thymeleaf-spring6" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.thymeleaf', module='thymeleaf-spring6', version='3.1.0.M2')
)
libraryDependencies += "org.thymeleaf" % "thymeleaf-spring6" % "3.1.0.M2"
[org.thymeleaf/thymeleaf-spring6 "3.1.0.M2"]
Group / Artifact | Type | Version |
---|---|---|
org.thymeleaf : thymeleaf | jar | 3.1.0.M2 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.servlet : jakarta.servlet-api Optional | jar | 5.0.0 |
org.springframework : spring-beans Optional | jar | |
org.springframework : spring-web Optional | jar | |
org.springframework : spring-webflux Optional | jar | |
org.springframework : spring-webmvc Optional | jar | |
org.springframework : spring-expression Optional | jar |