License |
License |
---|---|
GroupId | GroupIdorg.apache.qpid |
ArtifactId | ArtifactIdproton-jms |
Last Version | Last Version0.12.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionproton-jms
Proton is a library for speaking AMQP.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
proton-jms-0.12.2.pom | |
proton-jms-0.12.2.jar | 27 KB |
proton-jms-0.12.2-sources.jar | 19 KB |
proton-jms-0.12.2-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.qpid/proton-jms/ -->
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>proton-jms</artifactId>
<version>0.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.qpid/proton-jms/
implementation 'org.apache.qpid:proton-jms:0.12.2'
// https://jarcasting.com/artifacts/org.apache.qpid/proton-jms/
implementation ("org.apache.qpid:proton-jms:0.12.2")
'org.apache.qpid:proton-jms:jar:0.12.2'
<dependency org="org.apache.qpid" name="proton-jms" rev="0.12.2">
<artifact name="proton-jms" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.qpid', module='proton-jms', version='0.12.2')
)
libraryDependencies += "org.apache.qpid" % "proton-jms" % "0.12.2"
[org.apache.qpid/proton-jms "0.12.2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.qpid : proton-j | jar | 0.12.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.geronimo.specs : geronimo-jms_1.1_spec | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.mockito : mockito-core | jar | 1.9.5 |