Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdorg.thymeleaf |
ArtifactId | ArtifactIdthymeleaf-spring5 |
Version | Version3.0.6.M4 |
Type | Typejar |
Filename | Size |
---|---|
thymeleaf-spring5-3.0.6.M4.pom | |
thymeleaf-spring5-3.0.6.M4.jar | 167 KB |
thymeleaf-spring5-3.0.6.M4-sources.jar | 169 KB |
thymeleaf-spring5-3.0.6.M4-javadoc.jar | 534 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf-spring5/ -->
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
<version>3.0.6.M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf-spring5/
implementation 'org.thymeleaf:thymeleaf-spring5:3.0.6.M4'
// https://jarcasting.com/artifacts/org.thymeleaf/thymeleaf-spring5/
implementation ("org.thymeleaf:thymeleaf-spring5:3.0.6.M4")
'org.thymeleaf:thymeleaf-spring5:jar:3.0.6.M4'
<dependency org="org.thymeleaf" name="thymeleaf-spring5" rev="3.0.6.M4">
<artifact name="thymeleaf-spring5" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.thymeleaf', module='thymeleaf-spring5', version='3.0.6.M4')
)
libraryDependencies += "org.thymeleaf" % "thymeleaf-spring5" % "3.0.6.M4"
[org.thymeleaf/thymeleaf-spring5 "3.0.6.M4"]