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