GroupId | GroupIdorg.apache.qpid |
---|---|
ArtifactId | ArtifactIdqpid-amqp-1-0-common |
Version | Version0.18 |
Type | Typejar |
Filename | Size |
---|---|
qpid-amqp-1-0-common-0.18.pom | |
qpid-amqp-1-0-common-0.18.jar | 531 KB |
qpid-amqp-1-0-common-0.18-sources.jar | 374 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.qpid/qpid-amqp-1-0-common/ -->
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>qpid-amqp-1-0-common</artifactId>
<version>0.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-amqp-1-0-common/
implementation 'org.apache.qpid:qpid-amqp-1-0-common:0.18'
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-amqp-1-0-common/
implementation ("org.apache.qpid:qpid-amqp-1-0-common:0.18")
'org.apache.qpid:qpid-amqp-1-0-common:jar:0.18'
<dependency org="org.apache.qpid" name="qpid-amqp-1-0-common" rev="0.18">
<artifact name="qpid-amqp-1-0-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.qpid', module='qpid-amqp-1-0-common', version='0.18')
)
libraryDependencies += "org.apache.qpid" % "qpid-amqp-1-0-common" % "0.18"
[org.apache.qpid/qpid-amqp-1-0-common "0.18"]