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