We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3cc31 commit e55041bCopy full SHA for e55041b
1 file changed
build.gradle.kts
@@ -43,6 +43,9 @@ dependencies {
43
testImplementation("org.slf4j:jcl-over-slf4j:2.0.7")
44
testImplementation("org.slf4j:jul-to-slf4j:2.0.7")
45
//
46
+ implementation(platform("org.asynchttpclient:async-http-client-bom:2.12.3"))
47
+ implementation("org.asynchttpclient:async-http-client")
48
+ //
49
implementation(platform("io.netty:netty-bom:4.1.107.Final"))
50
}
51
0 commit comments