License |
License |
---|---|
Categories |
CategoriesLeaf Data Databases |
GroupId | GroupIdorg.thymeleaf |
ArtifactId | ArtifactIdthymeleaf-parent |
Last Version | Last Version3.1.0.M2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionthymeleaf parent
Modern server-side Java template engine for both web and standalone environments
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
thymeleaf-parent-3.1.0.M2.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf-parent/ -->
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-parent</artifactId>
<version>3.1.0.M2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf-parent/
implementation 'org.thymeleaf:thymeleaf-parent:3.1.0.M2'
// https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf-parent/
implementation ("org.thymeleaf:thymeleaf-parent:3.1.0.M2")
'org.thymeleaf:thymeleaf-parent:pom:3.1.0.M2'
<dependency org="org.thymeleaf" name="thymeleaf-parent" rev="3.1.0.M2">
<artifact name="thymeleaf-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.thymeleaf', module='thymeleaf-parent', version='3.1.0.M2')
)
libraryDependencies += "org.thymeleaf" % "thymeleaf-parent" % "3.1.0.M2"
[org.thymeleaf/thymeleaf-parent "3.1.0.M2"]