We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b3672 commit 536ddf8Copy full SHA for 536ddf8
build.gradle.kts
@@ -48,8 +48,10 @@ dependencies {
48
49
include(implementation(platform("org.http4k:http4k-bom:6.19.0.0"))!!)
50
include(implementation("org.http4k:http4k-core")!!)
51
+ include(implementation("org.http4k:http4k-realtime-core")!!)
52
include(implementation("org.http4k:http4k-server-undertow")!!)
53
include(implementation("org.http4k:http4k-ops-resilience4j")!!)
54
+ include(implementation("org.http4k:http4k-format-core")!!)
55
include(implementation("org.http4k:http4k-format-gson")!!)
56
57
// Mod deps
0 commit comments