is not current version
Last Version 5.17.1

org.apache.activemq:activemq-mqtt 5.10.0

The ActiveMQ MQTT Protocol Implementation

GroupId

GroupId

org.apache.activemq
ArtifactId

ArtifactId

activemq-mqtt
Version

Version

5.10.0
Type

Type

jar

Download activemq-mqtt 5.10.0


<!-- https://jarcasting.com/artifacts/org.apache.activemq/activemq-mqtt/ -->
<dependency>
    <groupId>org.apache.activemq</groupId>
    <artifactId>activemq-mqtt</artifactId>
    <version>5.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-mqtt/
implementation 'org.apache.activemq:activemq-mqtt:5.10.0'
// https://jarcasting.com/artifacts/org.apache.activemq/activemq-mqtt/
implementation ("org.apache.activemq:activemq-mqtt:5.10.0")
'org.apache.activemq:activemq-mqtt:jar:5.10.0'
<dependency org="org.apache.activemq" name="activemq-mqtt" rev="5.10.0">
  <artifact name="activemq-mqtt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq', module='activemq-mqtt', version='5.10.0')
)
libraryDependencies += "org.apache.activemq" % "activemq-mqtt" % "5.10.0"
[org.apache.activemq/activemq-mqtt "5.10.0"]