GroupId | GroupIdorg.apache.activemq.examples.broker-connection |
---|---|
ArtifactId | ArtifactIdamqp-receiving-messages |
Version | Version2.16.0 |
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.16.0</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.16.0'
// https://jarcasting.com/artifacts/org.apache.activemq.examples.broker-connection/amqp-receiving-messages/
implementation ("org.apache.activemq.examples.broker-connection:amqp-receiving-messages:2.16.0")
'org.apache.activemq.examples.broker-connection:amqp-receiving-messages:jar:2.16.0'
<dependency org="org.apache.activemq.examples.broker-connection" name="amqp-receiving-messages" rev="2.16.0">
<artifact name="amqp-receiving-messages" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.activemq.examples.broker-connection', module='amqp-receiving-messages', version='2.16.0')
)
libraryDependencies += "org.apache.activemq.examples.broker-connection" % "amqp-receiving-messages" % "2.16.0"
[org.apache.activemq.examples.broker-connection/amqp-receiving-messages "2.16.0"]