Files download
File Operation
mqtt-5-models-macosx64-1.1.4.pom download
mqtt-5-models-macosx64-1.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ditchoom</groupId>
  <artifactId>mqtt-5-models-macosx64</artifactId>
  <version>1.1.4</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'com.ditchoom:mqtt-5-models-macosx64:1.1.4'
Gradle Kotlin
implementation("com.ditchoom:mqtt-5-models-macosx64:1.1.4")
Scala SBT
libraryDependencies += "com.ditchoom" % "mqtt-5-models-macosx64" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.ditchoom', module='mqtt-5-models-macosx64', version='1.1.4')
)
Apache Ivy
<dependency org="com.ditchoom" name="mqtt-5-models-macosx64" rev="1.1.4" />
Leiningen
[com.ditchoom/mqtt-5-models-macosx64 "1.1.4"]
Apache Buildr
'com.ditchoom:mqtt-5-models-macosx64:jar:1.1.4'