License |
License |
---|---|
Categories |
CategoriesLeaf Data Databases |
GroupId | GroupIdorg.http4k |
ArtifactId | ArtifactIdhttp4k-template-thymeleaf |
Last Version | Last Version4.27.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhttp4k-template-thymeleaf
Http4k Thymeleaf templating support
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.http4k/http4k-template-thymeleaf/ -->
<dependency>
<groupId>org.http4k</groupId>
<artifactId>http4k-template-thymeleaf</artifactId>
<version>4.27.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4k/http4k-template-thymeleaf/
implementation 'org.http4k:http4k-template-thymeleaf:4.27.0.0'
// https://jarcasting.com/artifacts/org.http4k/http4k-template-thymeleaf/
implementation ("org.http4k:http4k-template-thymeleaf:4.27.0.0")
'org.http4k:http4k-template-thymeleaf:jar:4.27.0.0'
<dependency org="org.http4k" name="http4k-template-thymeleaf" rev="4.27.0.0">
<artifact name="http4k-template-thymeleaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4k', module='http4k-template-thymeleaf', version='4.27.0.0')
)
libraryDependencies += "org.http4k" % "http4k-template-thymeleaf" % "4.27.0.0"
[org.http4k/http4k-template-thymeleaf "4.27.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.http4k : http4k-template-core | jar | 4.27.0.0 |
org.thymeleaf : thymeleaf | jar | 3.0.15.RELEASE |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.7.0 |