MQTT client library for Java implementing the MQTT v3.1 and v3.1.1 protocols for IoT messaging.
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.2.5</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Connects to an MQTT broker and disconnects.
If you need MQTT v5, switch to org.eclipse.paho:org.eclipse.paho.mqttv5.client.
No dependency data recorded yet.