<dependency> <groupId>org.http4k</groupId> <artifactId>http4k-bom</artifactId> <version>5.32.0.0</version> </dependency>
implementation 'org.http4k:http4k-bom:5.32.0.0'
implementation("org.http4k:http4k-bom:5.32.0.0")
libraryDependencies += "org.http4k" % "http4k-bom" % "5.32.0.0"
@Grapes( @Grab(group='org.http4k', module='http4k-bom', version='5.32.0.0') )
<dependency org="org.http4k" name="http4k-bom" rev="5.32.0.0" />
[org.http4k/http4k-bom "5.32.0.0"]
'org.http4k:http4k-bom:jar:5.32.0.0'
compile
|-- org.jetbrains.kotlin:kotlin-stdlib:2.0.20