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