| Categories | CategoriesLeaf Data Databases | 
|---|---|
| GroupId | GroupIdorg.thymeleaf | 
| ArtifactId | ArtifactIdthymeleaf | 
| Version | Version2.1.1.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| thymeleaf-2.1.1.RELEASE.pom | |
| thymeleaf-2.1.1.RELEASE.jar | 767 KB | 
| thymeleaf-2.1.1.RELEASE-sources.jar | 747 KB | 
| thymeleaf-2.1.1.RELEASE-javadoc.jar | 2 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf/ -->
<dependency>
    <groupId>org.thymeleaf</groupId>
    <artifactId>thymeleaf</artifactId>
    <version>2.1.1.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf/
implementation 'org.thymeleaf:thymeleaf:2.1.1.RELEASE'// https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf/
implementation ("org.thymeleaf:thymeleaf:2.1.1.RELEASE")'org.thymeleaf:thymeleaf:jar:2.1.1.RELEASE'<dependency org="org.thymeleaf" name="thymeleaf" rev="2.1.1.RELEASE">
  <artifact name="thymeleaf" type="jar" />
</dependency>@Grapes(
@Grab(group='org.thymeleaf', module='thymeleaf', version='2.1.1.RELEASE')
)libraryDependencies += "org.thymeleaf" % "thymeleaf" % "2.1.1.RELEASE"[org.thymeleaf/thymeleaf "2.1.1.RELEASE"]