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