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