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