| Categories | CategoriesLeaf Data Databases | 
|---|---|
| GroupId | GroupIdorg.thymeleaf | 
| ArtifactId | ArtifactIdthymeleaf-spring4 | 
| Version | Version2.1.5.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf-spring4/ -->
<dependency>
    <groupId>org.thymeleaf</groupId>
    <artifactId>thymeleaf-spring4</artifactId>
    <version>2.1.5.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf-spring4/
implementation 'org.thymeleaf:thymeleaf-spring4:2.1.5.RELEASE'// https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf-spring4/
implementation ("org.thymeleaf:thymeleaf-spring4:2.1.5.RELEASE")'org.thymeleaf:thymeleaf-spring4:jar:2.1.5.RELEASE'<dependency org="org.thymeleaf" name="thymeleaf-spring4" rev="2.1.5.RELEASE">
  <artifact name="thymeleaf-spring4" type="jar" />
</dependency>@Grapes(
@Grab(group='org.thymeleaf', module='thymeleaf-spring4', version='2.1.5.RELEASE')
)libraryDependencies += "org.thymeleaf" % "thymeleaf-spring4" % "2.1.5.RELEASE"[org.thymeleaf/thymeleaf-spring4 "2.1.5.RELEASE"]