GroupId | GroupIdorg.apache.qpid |
---|---|
ArtifactId | ArtifactIdqpid-amqp-1-0-common |
Version | Version0.30 |
Type | Typejar |
Filename | Size |
---|---|
qpid-amqp-1-0-common-0.30.pom | |
qpid-amqp-1-0-common-0.30.jar | 552 KB |
qpid-amqp-1-0-common-0.30-sources.jar | 364 KB |
qpid-amqp-1-0-common-0.30-javadoc.jar | 1 MB |
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.30</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-amqp-1-0-common/
implementation 'org.apache.qpid:qpid-amqp-1-0-common:0.30'
// https://jarcasting.com/artifacts/org.apache.qpid/qpid-amqp-1-0-common/
implementation ("org.apache.qpid:qpid-amqp-1-0-common:0.30")
'org.apache.qpid:qpid-amqp-1-0-common:jar:0.30'
<dependency org="org.apache.qpid" name="qpid-amqp-1-0-common" rev="0.30">
<artifact name="qpid-amqp-1-0-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.qpid', module='qpid-amqp-1-0-common', version='0.30')
)
libraryDependencies += "org.apache.qpid" % "qpid-amqp-1-0-common" % "0.30"
[org.apache.qpid/qpid-amqp-1-0-common "0.30"]