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