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