GroupId | GroupIdorg.apache.activemq.examples.mqtt |
---|---|
ArtifactId | ArtifactIdmqtt-examples |
Version | Version2.6.1 |
Type | Typepom |
Filename | Size |
---|---|
mqtt-examples-2.6.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.mqtt/mqtt-examples/ -->
<dependency>
<groupId>org.apache.activemq.examples.mqtt</groupId>
<artifactId>mqtt-examples</artifactId>
<version>2.6.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.mqtt/mqtt-examples/
implementation 'org.apache.activemq.examples.mqtt:mqtt-examples:2.6.1'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.mqtt/mqtt-examples/
implementation ("org.apache.activemq.examples.mqtt:mqtt-examples:2.6.1")
'org.apache.activemq.examples.mqtt:mqtt-examples:pom:2.6.1'
<dependency org="org.apache.activemq.examples.mqtt" name="mqtt-examples" rev="2.6.1">
<artifact name="mqtt-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.mqtt', module='mqtt-examples', version='2.6.1')
)
libraryDependencies += "org.apache.activemq.examples.mqtt" % "mqtt-examples" % "2.6.1"
[org.apache.activemq.examples.mqtt/mqtt-examples "2.6.1"]