is not current version
Last Version 4.27.0.0

org.http4k:http4k-template-core 4.1.2.1

Http4k templating core

GroupId

GroupId

org.http4k
ArtifactId

ArtifactId

http4k-template-core
Version

Version

4.1.2.1
Type

Type

jar

Download http4k-template-core 4.1.2.1


<!-- https://jarcasting.com/artifacts/org.http4k/http4k-template-core/ -->
<dependency>
    <groupId>org.http4k</groupId>
    <artifactId>http4k-template-core</artifactId>
    <version>4.1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.http4k/http4k-template-core/
implementation 'org.http4k:http4k-template-core:4.1.2.1'
// https://jarcasting.com/artifacts/org.http4k/http4k-template-core/
implementation ("org.http4k:http4k-template-core:4.1.2.1")
'org.http4k:http4k-template-core:jar:4.1.2.1'
<dependency org="org.http4k" name="http4k-template-core" rev="4.1.2.1">
  <artifact name="http4k-template-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.http4k', module='http4k-template-core', version='4.1.2.1')
)
libraryDependencies += "org.http4k" % "http4k-template-core" % "4.1.2.1"
[org.http4k/http4k-template-core "4.1.2.1"]