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