GroupId | GroupIdorg.apache.activemq.examples.broker-connection |
---|---|
ArtifactId | ArtifactIdamqp-receiving-messages |
Version | Version2.19.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.activemq.examples.broker-connection/amqp-receiving-messages/ -->
<dependency>
<groupId>org.apache.activemq.examples.broker-connection</groupId>
<artifactId>amqp-receiving-messages</artifactId>
<version>2.19.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker-connection/amqp-receiving-messages/
implementation 'org.apache.activemq.examples.broker-connection:amqp-receiving-messages:2.19.1'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker-connection/amqp-receiving-messages/
implementation ("org.apache.activemq.examples.broker-connection:amqp-receiving-messages:2.19.1")
'org.apache.activemq.examples.broker-connection:amqp-receiving-messages:jar:2.19.1'
<dependency org="org.apache.activemq.examples.broker-connection" name="amqp-receiving-messages" rev="2.19.1">
<artifact name="amqp-receiving-messages" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker-connection', module='amqp-receiving-messages', version='2.19.1')
)
libraryDependencies += "org.apache.activemq.examples.broker-connection" % "amqp-receiving-messages" % "2.19.1"
[org.apache.activemq.examples.broker-connection/amqp-receiving-messages "2.19.1"]