m

mqtt-common

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