GroupId | GroupIdorg.apache.activemq.examples.mqtt |
---|---|
ArtifactId | ArtifactIdartemis-mqtt-publish-example |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.mqtt/artemis-mqtt-publish-example/ -->
<dependency>
<groupId>org.apache.activemq.examples.mqtt</groupId>
<artifactId>artemis-mqtt-publish-example</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.mqtt/artemis-mqtt-publish-example/
implementation 'org.apache.activemq.examples.mqtt:artemis-mqtt-publish-example:2.0.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.mqtt/artemis-mqtt-publish-example/
implementation ("org.apache.activemq.examples.mqtt:artemis-mqtt-publish-example:2.0.0")
'org.apache.activemq.examples.mqtt:artemis-mqtt-publish-example:jar:2.0.0'
<dependency org="org.apache.activemq.examples.mqtt" name="artemis-mqtt-publish-example" rev="2.0.0">
<artifact name="artemis-mqtt-publish-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.mqtt', module='artemis-mqtt-publish-example', version='2.0.0')
)
libraryDependencies += "org.apache.activemq.examples.mqtt" % "artemis-mqtt-publish-example" % "2.0.0"
[org.apache.activemq.examples.mqtt/artemis-mqtt-publish-example "2.0.0"]