a

activemq-mqtt

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