Files download
File Operation
http4k-format-core-4.3.5.3.jar download
http4k-format-core-4.3.5.3.pom download
http4k-format-core-4.3.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.http4k</groupId>
  <artifactId>http4k-format-core</artifactId>
  <version>4.3.5.3</version>
</dependency>
Gradle Groovy
implementation 'org.http4k:http4k-format-core:4.3.5.3'
Gradle Kotlin
implementation("org.http4k:http4k-format-core:4.3.5.3")
Scala SBT
libraryDependencies += "org.http4k" % "http4k-format-core" % "4.3.5.3"
Groovy Grape
@Grapes(
  @Grab(group='org.http4k', module='http4k-format-core', version='4.3.5.3')
)
Apache Ivy
<dependency org="org.http4k" name="http4k-format-core" rev="4.3.5.3" />
Leiningen
[org.http4k/http4k-format-core "4.3.5.3"]
Apache Buildr
'org.http4k:http4k-format-core:jar:4.3.5.3'