GroupId | GroupIdio.thorntail |
---|---|
ArtifactId | ArtifactIdcamel-paho |
Version | Version2.2.0.Final |
Type | Typejar |
Filename | Size |
---|---|
camel-paho-2.2.0.Final.pom | |
camel-paho-2.2.0.Final.jar | 6 KB |
Browse |
<!-- 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"]