k

kmqtt-common-js

Kotlin Multiplatform MQTT client & embeddable and standalone broker
https://github.com/davidepianca98/KMQTT
MIT
Davide Pianca
Files download
File Operation
kmqtt-common-js-0.4.7.pom download
kmqtt-common-js-0.4.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.davidepianca98</groupId>
  <artifactId>kmqtt-common-js</artifactId>
  <version>0.4.7</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.github.davidepianca98:kmqtt-common-js:0.4.7'
Gradle Kotlin
implementation("io.github.davidepianca98:kmqtt-common-js:0.4.7")
Scala SBT
libraryDependencies += "io.github.davidepianca98" % "kmqtt-common-js" % "0.4.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.davidepianca98', module='kmqtt-common-js', version='0.4.7')
)
Apache Ivy
<dependency org="io.github.davidepianca98" name="kmqtt-common-js" rev="0.4.7" />
Leiningen
[io.github.davidepianca98/kmqtt-common-js "0.4.7"]
Apache Buildr
'io.github.davidepianca98:kmqtt-common-js:jar:0.4.7'