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