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