License |
License |
---|---|
Categories |
CategoriesCLI User Interface Utility General Purpose Libraries |
GroupId | GroupIdorg.eclipse.paho |
ArtifactId | ArtifactIdorg.eclipse.paho.mqtt.utility |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe Paho project provides scalable open-source implementations of open and standard messaging protocols aimed at new, existing, and emerging applications for Machine to Machine (M2M) and Internet of Things (IoT).
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.eclipse.paho/org.eclipse.paho.mqtt.utility/ -->
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.mqtt.utility</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.paho/org.eclipse.paho.mqtt.utility/
implementation 'org.eclipse.paho:org.eclipse.paho.mqtt.utility:1.1.0'
// https://jarcasting.com/artifacts/org.eclipse.paho/org.eclipse.paho.mqtt.utility/
implementation ("org.eclipse.paho:org.eclipse.paho.mqtt.utility:1.1.0")
'org.eclipse.paho:org.eclipse.paho.mqtt.utility:jar:1.1.0'
<dependency org="org.eclipse.paho" name="org.eclipse.paho.mqtt.utility" rev="1.1.0">
<artifact name="org.eclipse.paho.mqtt.utility" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.paho', module='org.eclipse.paho.mqtt.utility', version='1.1.0')
)
libraryDependencies += "org.eclipse.paho" % "org.eclipse.paho.mqtt.utility" % "1.1.0"
[org.eclipse.paho/org.eclipse.paho.mqtt.utility "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.paho : org.eclipse.paho.client.mqttv3 | jar | 1.1.0 |