| License | License | 
|---|---|
| Categories | CategoriesLeaf Data Databases | 
| GroupId | GroupIdorg.thymeleaf | 
| ArtifactId | ArtifactIdthymeleaf | 
| Version | Version3.0.12.RELEASE | 
| Type | Typejar | 
| Description | Descriptionthymeleaf Modern server-side Java template engine for both web and standalone environments | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| thymeleaf-3.0.12.RELEASE.pom | |
| thymeleaf-3.0.12.RELEASE.jar | 845 KB | 
| thymeleaf-3.0.12.RELEASE-sources.jar | 821 KB | 
| thymeleaf-3.0.12.RELEASE-javadoc.jar | 3 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf/ -->
<dependency>
    <groupId>org.thymeleaf</groupId>
    <artifactId>thymeleaf</artifactId>
    <version>3.0.12.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf/
implementation 'org.thymeleaf:thymeleaf:3.0.12.RELEASE'// https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf/
implementation ("org.thymeleaf:thymeleaf:3.0.12.RELEASE")'org.thymeleaf:thymeleaf:jar:3.0.12.RELEASE'<dependency org="org.thymeleaf" name="thymeleaf" rev="3.0.12.RELEASE">
  <artifact name="thymeleaf" type="jar" />
</dependency>@Grapes(
@Grab(group='org.thymeleaf', module='thymeleaf', version='3.0.12.RELEASE')
)libraryDependencies += "org.thymeleaf" % "thymeleaf" % "3.0.12.RELEASE"[org.thymeleaf/thymeleaf "3.0.12.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| ognl : ognl | jar | 3.1.26 | 
| org.attoparser : attoparser | jar | 2.0.5.RELEASE | 
| org.unbescape : unbescape | jar | 1.1.6.RELEASE | 
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : servlet-api Optional | jar | 2.5 | 
| com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.11.3 | 
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 Optional | jar | 2.11.3 |