is not current version
Last Version 2.2.1.Final

io.thorntail:camel-paho 2.2.0.Final

Component for communicating with MQTT M2M message brokers using Eclipse Paho MQTT Client.

GroupId

GroupId

io.thorntail
ArtifactId

ArtifactId

camel-paho
Version

Version

2.2.0.Final
Type

Type

jar

Download camel-paho 2.2.0.Final


<!-- https://jarcasting.com/artifacts/io.thorntail/camel-paho/ -->
<dependency>
    <groupId>io.thorntail</groupId>
    <artifactId>camel-paho</artifactId>
    <version>2.2.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/camel-paho/
implementation 'io.thorntail:camel-paho:2.2.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/camel-paho/
implementation ("io.thorntail:camel-paho:2.2.0.Final")
'io.thorntail:camel-paho:jar:2.2.0.Final'
<dependency org="io.thorntail" name="camel-paho" rev="2.2.0.Final">
  <artifact name="camel-paho" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='camel-paho', version='2.2.0.Final')
)
libraryDependencies += "io.thorntail" % "camel-paho" % "2.2.0.Final"
[io.thorntail/camel-paho "2.2.0.Final"]