Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.apache.qpid |
ArtifactId | ArtifactIdqpid-amqp-1-0-client-jms-examples |
Version | Version0.30 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.qpid/qpid-amqp-1-0-client-jms-examples/ -->
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-amqp-1-0-client-jms-examples</artifactId>
<version>0.30</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-amqp-1-0-client-jms-examples/
implementation 'org.apache.qpid:qpid-amqp-1-0-client-jms-examples:0.30'
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-amqp-1-0-client-jms-examples/
implementation ("org.apache.qpid:qpid-amqp-1-0-client-jms-examples:0.30")
'org.apache.qpid:qpid-amqp-1-0-client-jms-examples:jar:0.30'
<dependency org="org.apache.qpid" name="qpid-amqp-1-0-client-jms-examples" rev="0.30">
<artifact name="qpid-amqp-1-0-client-jms-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.qpid', module='qpid-amqp-1-0-client-jms-examples', version='0.30')
)
libraryDependencies += "org.apache.qpid" % "qpid-amqp-1-0-client-jms-examples" % "0.30"
[org.apache.qpid/qpid-amqp-1-0-client-jms-examples "0.30"]