k

kmqtt-common-js

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