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 64e651a commit d9ae2f0Copy full SHA for d9ae2f0
kotlin-wot-binding-mqtt/build.gradle.kts
@@ -0,0 +1,8 @@
1
+dependencies {
2
+ api(project(":kotlin-wot"))
3
+ implementation("org.slf4j:slf4j-api:2.0.16")
4
+ implementation("com.hivemq:hivemq-mqtt-client:1.3.3")
5
+ testImplementation("ch.qos.logback:logback-classic:1.5.12")
6
+ testImplementation("app.cash.turbine:turbine:1.2.0")
7
+ testImplementation("org.testcontainers:testcontainers:1.20.3")
8
+}
0 commit comments