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